#7A8BCB

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

Shades of Wild Blue Yonder #7A8BCB

Tints of Wild Blue Yonder #7A8BCB

Color information

#7A8BCB (or 0x7A8BCB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 8B and CB. RGB value is (122,139,203). Sum of RGB (Red+Green+Blue) = 122+139+203=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A8BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8BCB is #857434. Grayscale: #8C8C8C. Windows color (decimal): -8746037 or 13339514. OLE color: 13339514.

HSL color Cylindrical-coordinate representation of color #7A8BCB: hue angle of 227.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A8BCB is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB122139203-
CMYK0.400.3200.20
HSL227.41º43.78%63.73%-
HSV(B)227.41º39.9%79.61%-
XYZ28.0426.9160.22-
YUV141.21162.87114.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.29%
GREEN value IS 139 (54.69% from 255) = 29.96%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=26.29%
G=29.96%
B=43.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1221392030.400.3200.20227.4143.7863.73
Hex7A8BCB2820014e32c40
Octal172213313504002434354100
Binary11110101000101111001011101000100000010100111000111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,139,203); }

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

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

 a { background-color: rgb(122,139,203); }

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

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

 span { border-color: rgb(122,139,203); }

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