#7F93BE

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

Shades of Wild Blue Yonder #7F93BE

Tints of Wild Blue Yonder #7F93BE

Color information

#7F93BE (or 0x7F93BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 93 and BE. RGB value is (127,147,190). Sum of RGB (Red+Green+Blue) = 127+147+190=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F93BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F93BE is #806C41. Grayscale: #919191. Windows color (decimal): -8416322 or 12489599. OLE color: 12489599.

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

Color convert

RGB127147190-
CMYK0.330.2300.25
HSL220.95º32.64%62.16%-
HSV(B)220.95º33.16%74.51%-
XYZ28.4829.152.83-
YUV145.92152.87114.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.37%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=27.37%
G=31.68%
B=40.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271471900.330.2300.25220.9532.6462.16
Hex7F93BE2117019dd213e
Octal17722327641270313354176
Binary111111110010011101111101000011011101100111011101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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