#7F8CBA

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

Shades of Wild Blue Yonder #7F8CBA

Tints of Wild Blue Yonder #7F8CBA

Color information

#7F8CBA (or 0x7F8CBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 8C and BA. RGB value is (127,140,186). Sum of RGB (Red+Green+Blue) = 127+140+186=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F8CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CBA is #807345. Grayscale: #8D8D8D. Windows color (decimal): -8418118 or 12225663. OLE color: 12225663.

HSL color Cylindrical-coordinate representation of color #7F8CBA: hue angle of 226.78º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F8CBA is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB127140186-
CMYK0.320.2500.27
HSL226.78º29.95%61.37%-
HSV(B)226.78º31.72%72.94%-
XYZ26.9926.8150.21-
YUV141.36153.19117.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.04%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=28.04%
G=30.91%
B=41.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271401860.320.2500.27226.7829.9561.37
Hex7F8CBA201901Be31e3d
Octal17721427240310333433675
Binary11111111000110010111010100000110010110111110001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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