#7F8ABE

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

Shades of Wild Blue Yonder #7F8ABE

Tints of Wild Blue Yonder #7F8ABE

Color information

#7F8ABE (or 0x7F8ABE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 8A and BE. RGB value is (127,138,190). Sum of RGB (Red+Green+Blue) = 127+138+190=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F8ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8ABE is #807541. Grayscale: #8C8C8C. Windows color (decimal): -8418626 or 12487295. OLE color: 12487295.

HSL color Cylindrical-coordinate representation of color #7F8ABE: hue angle of 229.52º 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 #7F8ABE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127138190-
CMYK0.330.2700.25
HSL229.52º32.64%62.16%-
HSV(B)229.52º33.16%74.51%-
XYZ27.1426.4152.38-
YUV140.64155.86118.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.91%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=27.91%
G=30.33%
B=41.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271381900.330.2700.25229.5232.6462.16
Hex7F8ABE211B019e6213e
Octal17721227641330313464176
Binary111111110001010101111101000011101101100111100110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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