#7F8BBE

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

Shades of Wild Blue Yonder #7F8BBE

Tints of Wild Blue Yonder #7F8BBE

Color information

#7F8BBE (or 0x7F8BBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 8B and BE. RGB value is (127,139,190). Sum of RGB (Red+Green+Blue) = 127+139+190=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F8BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8BBE is #807441. Grayscale: #8D8D8D. Windows color (decimal): -8418370 or 12487551. OLE color: 12487551.

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

Color convert

RGB127139190-
CMYK0.330.2700.25
HSL228.57º32.64%62.16%-
HSV(B)228.57º33.16%74.51%-
XYZ27.2826.6952.43-
YUV141.23155.52117.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.85%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=27.85%
G=30.48%
B=41.67%

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
Decimal1271391900.330.2700.25228.5732.6462.16
Hex7F8BBE211B019e5213e
Octal17721327641330313454176
Binary111111110001011101111101000011101101100111100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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