#7981CA

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

Shades of Wild Blue Yonder #7981CA

Tints of Wild Blue Yonder #7981CA

Color information

#7981CA (or 0x7981CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 81 and CA. RGB value is (121,129,202). Sum of RGB (Red+Green+Blue) = 121+129+202=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #7981CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7981CA is #867E35. Grayscale: #868686. Windows color (decimal): -8814134 or 13271417. OLE color: 13271417.

HSL color Cylindrical-coordinate representation of color #7981CA: hue angle of 234.07º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7981CA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB121129202-
CMYK0.400.3600.21
HSL234.07º43.32%63.33%-
HSV(B)234.07º40.1%79.22%-
XYZ26.424.0359.12-
YUV134.93165.85118.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.77%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=26.77%
G=28.54%
B=44.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211292020.400.3600.21234.0743.3263.33
Hex7981CA2824015ea2b3f
Octal17120131250440253525377
Binary1111001100000011100101010100010010001010111101010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7981CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,129,202); }

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

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

 a { background-color: rgb(121,129,202); }

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

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

 span { border-color: rgb(121,129,202); }

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