#7F8CBC

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

Shades of Wild Blue Yonder #7F8CBC

Tints of Wild Blue Yonder #7F8CBC

Color information

#7F8CBC (or 0x7F8CBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 8C and BC. RGB value is (127,140,188). Sum of RGB (Red+Green+Blue) = 127+140+188=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F8CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CBC is #807343. Grayscale: #8D8D8D. Windows color (decimal): -8418116 or 12356735. OLE color: 12356735.

HSL color Cylindrical-coordinate representation of color #7F8CBC: hue angle of 227.21º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F8CBC is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB127140188-
CMYK0.320.2600.26
HSL227.21º31.28%61.76%-
HSV(B)227.21º32.45%73.73%-
XYZ27.2126.951.33-
YUV141.58154.19117.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.91%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=27.91%
G=30.77%
B=41.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271401880.320.2600.26227.2131.2861.76
Hex7F8CBC201A01Ae31f3e
Octal17721427440320323433776
Binary11111111000110010111100100000110100110101110001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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