#7F8ACB

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

Shades of Wild Blue Yonder #7F8ACB

Tints of Wild Blue Yonder #7F8ACB

Color information

#7F8ACB (or 0x7F8ACB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 8A and CB. RGB value is (127,138,203). Sum of RGB (Red+Green+Blue) = 127+138+203=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F8ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8ACB is #807534. Grayscale: #8D8D8D. Windows color (decimal): -8418613 or 13339263. OLE color: 13339263.

HSL color Cylindrical-coordinate representation of color #7F8ACB: hue angle of 231.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F8ACB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127138203-
CMYK0.370.3200.20
HSL231.32º42.22%64.71%-
HSV(B)231.32º37.44%79.61%-
XYZ28.622760.2-
YUV142.12162.36117.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.14%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=27.14%
G=29.49%
B=43.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271382030.370.3200.20231.3242.2264.71
Hex7F8ACB2520014e72a41
Octal177212313454002434752101
Binary11111111000101011001011100101100000010100111001111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,138,203); }

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

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

 a { background-color: rgb(127,138,203); }

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

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

 span { border-color: rgb(127,138,203); }

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