#7B83BA

Color #7B83BA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7B83BA

Tints of Wild Blue Yonder #7B83BA

Color information

#7B83BA (or 0x7B83BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 83 and BA. RGB value is (123,131,186). Sum of RGB (Red+Green+Blue) = 123+131+186=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B83BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B83BA is #847C45. Grayscale: #868686. Windows color (decimal): -8682566 or 12223355. OLE color: 12223355.

HSL color Cylindrical-coordinate representation of color #7B83BA: hue angle of 232.38º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B83BA is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB123131186-
CMYK0.340.3000.27
HSL232.38º31.34%60.59%-
HSV(B)232.38º33.87%72.94%-
XYZ25.1523.9949.76-
YUV134.88156.85119.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 27.95%
GREEN value IS 131 (51.56% from 255) = 29.77%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=27.95%
G=29.77%
B=42.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231311860.340.3000.27232.3831.3460.59
Hex7B83BA221E01Be81f3d
Octal17320327242360333503775
Binary11110111000001110111010100010111100110111110100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B83BA; }

 p { color: rgb(123,131,186); }

 H1.HeaderClassName
 {
   color: #7B83BA;
 }
 .AnyTagClassName
 {
   color: #7B83BA;
 }
</style>
background-color css

<style>
 a { background-color: #7B83BA; }

 a { background-color: rgb(123,131,186); }

 div.DivClassName
 {
   background-color: #7B83BA;
 }
 .BgClassName
 {
   background-color: #7B83BA;
 }
</style>
border-color css

<style>
 span { border-color: #7B83BA; }

 span { border-color: rgb(123,131,186); }

 td.TdClassName
 {
   border-color: #7B83BA;
 }
 .TagClassName
 {
   border-color: #7B83BA;
 }
</style>