#7D93C4

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

Shades of Wild Blue Yonder #7D93C4

Tints of Wild Blue Yonder #7D93C4

Color information

#7D93C4 (or 0x7D93C4) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 93 and C4. RGB value is (125,147,196). Sum of RGB (Red+Green+Blue) = 125+147+196=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D93C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D93C4 is #826C3B. Grayscale: #919191. Windows color (decimal): -8547388 or 12882813. OLE color: 12882813.

HSL color Cylindrical-coordinate representation of color #7D93C4: hue angle of 221.41º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D93C4 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB125147196-
CMYK0.360.2500.23
HSL221.41º37.57%62.94%-
HSV(B)221.41º36.22%76.86%-
XYZ28.8529.2156.34-
YUV146.01156.21113.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.71%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 196 (76.95% from 255) = 41.88%
R=26.71%
G=31.41%
B=41.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1251471960.360.2500.23221.4137.5762.94
Hex7D93C42419017dd263f
Octal17522330444310273354677
Binary111110110010011110001001001001100101011111011101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D93C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,147,196); }

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

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

 a { background-color: rgb(125,147,196); }

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

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

 span { border-color: rgb(125,147,196); }

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