#7F93BF

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

Shades of Wild Blue Yonder #7F93BF

Tints of Wild Blue Yonder #7F93BF

Color information

#7F93BF (or 0x7F93BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 93 and BF. RGB value is (127,147,191). Sum of RGB (Red+Green+Blue) = 127+147+191=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F93BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F93BF is #806C40. Grayscale: #919191. Windows color (decimal): -8416321 or 12555135. OLE color: 12555135.

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

Color convert

RGB127147191-
CMYK0.340.2300.25
HSL221.25º33.33%62.35%-
HSV(B)221.25º33.51%74.9%-
XYZ28.5929.1453.41-
YUV146.04153.37114.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 147 (57.81% from 255) = 31.61%
BLUE value IS 191 (75% from 255) = 41.08%
R=27.31%
G=31.61%
B=41.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271471910.340.2300.25221.2533.3362.35
Hex7F93BF2217019dd213e
Octal17722327742270313354176
Binary111111110010011101111111000101011101100111011101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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