#7F8CBE

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

Shades of Wild Blue Yonder #7F8CBE

Tints of Wild Blue Yonder #7F8CBE

Color information

#7F8CBE (or 0x7F8CBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 8C and BE. RGB value is (127,140,190). Sum of RGB (Red+Green+Blue) = 127+140+190=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F8CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CBE is #807341. Grayscale: #8D8D8D. Windows color (decimal): -8418114 or 12487807. OLE color: 12487807.

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

Color convert

RGB127140190-
CMYK0.330.2600.25
HSL227.62º32.64%62.16%-
HSV(B)227.62º33.16%74.51%-
XYZ27.4226.9952.48-
YUV141.81155.19117.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.79%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=27.79%
G=30.63%
B=41.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271401900.330.2600.25227.6232.6462.16
Hex7F8CBE211A019e4213e
Octal17721427641320313444176
Binary111111110001100101111101000011101001100111100100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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