#7795CA

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

Shades of Wild Blue Yonder #7795CA

Tints of Wild Blue Yonder #7795CA

Color information

#7795CA (or 0x7795CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 95 and CA. RGB value is (119,149,202). Sum of RGB (Red+Green+Blue) = 119+149+202=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #7795CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795CA is #886A35. Grayscale: #919191. Windows color (decimal): -8940086 or 13276535. OLE color: 13276535.

HSL color Cylindrical-coordinate representation of color #7795CA: hue angle of 218.31º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7795CA is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119149202-
CMYK0.410.2600.21
HSL218.31º43.92%62.94%-
HSV(B)218.31º41.09%79.22%-
XYZ29.0229.6860.08-
YUV146.07159.56108.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.32%
GREEN value IS 149 (58.59% from 255) = 31.70%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=25.32%
G=31.70%
B=42.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191492020.410.2600.21218.3143.9262.94
Hex7795CA291A015da2c3f
Octal16722531251320253325477
Binary111011110010101110010101010011101001010111011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7795CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7795CA; }

 p { color: rgb(119,149,202); }

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

<style>
 a { background-color: #7795CA; }

 a { background-color: rgb(119,149,202); }

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

<style>
 span { border-color: #7795CA; }

 span { border-color: rgb(119,149,202); }

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