#7F93C6

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

Shades of Wild Blue Yonder #7F93C6

Tints of Wild Blue Yonder #7F93C6

Color information

#7F93C6 (or 0x7F93C6) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 93 and C6. RGB value is (127,147,198). Sum of RGB (Red+Green+Blue) = 127+147+198=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #7F93C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F93C6 is #806C39. Grayscale: #929292. Windows color (decimal): -8416314 or 13013887. OLE color: 13013887.

HSL color Cylindrical-coordinate representation of color #7F93C6: hue angle of 223.1º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F93C6 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB127147198-
CMYK0.360.2600.22
HSL223.1º38.38%63.73%-
HSV(B)223.1º35.86%77.65%-
XYZ29.3829.4657.56-
YUV146.83156.87113.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.91%
GREEN value IS 147 (57.81% from 255) = 31.14%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=26.91%
G=31.14%
B=41.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271471980.360.2600.22223.138.3863.73
Hex7F93C6241A016df2640
Octal177223306443202633746100
Binary1111111100100111100011010010011010010110110111111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F93C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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