#7F8CCB

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

Shades of Wild Blue Yonder #7F8CCB

Tints of Wild Blue Yonder #7F8CCB

Color information

#7F8CCB (or 0x7F8CCB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 8C and CB. RGB value is (127,140,203). Sum of RGB (Red+Green+Blue) = 127+140+203=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F8CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CCB is #807334. Grayscale: #8F8F8F. Windows color (decimal): -8418101 or 13339775. OLE color: 13339775.

HSL color Cylindrical-coordinate representation of color #7F8CCB: hue angle of 229.74º 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 #7F8CCB is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127140203-
CMYK0.370.3100.20
HSL229.74º42.22%64.71%-
HSV(B)229.74º37.44%79.61%-
XYZ28.9127.5860.3-
YUV143.29161.69116.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.02%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 203 (79.69% from 255) = 43.19%
R=27.02%
G=29.79%
B=43.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271402030.370.3100.20229.7442.2264.71
Hex7F8CCB251F014e62a41
Octal177214313453702434652101
Binary1111111100011001100101110010111111010100111001101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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