#7481CE

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

Shades of Wild Blue Yonder #7481CE

Tints of Wild Blue Yonder #7481CE

Color information

#7481CE (or 0x7481CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 81 and CE. RGB value is (116,129,206). Sum of RGB (Red+Green+Blue) = 116+129+206=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #7481CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481CE is #8B7E31. Grayscale: #858585. Windows color (decimal): -9141810 or 13533556. OLE color: 13533556.

HSL color Cylindrical-coordinate representation of color #7481CE: hue angle of 231.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7481CE is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116129206-
CMYK0.440.3700.19
HSL231.33º47.87%63.14%-
HSV(B)231.33º43.69%80.78%-
XYZ26.1923.8761.62-
YUV133.89168.69115.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=25.72%
G=28.60%
B=45.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161292060.440.3700.19231.3347.8763.14
Hex7481CE2C25013e7303f
Octal16420131654450233476077
Binary1110100100000011100111010110010010101001111100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7481CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7481CE; }

 p { color: rgb(116,129,206); }

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

<style>
 a { background-color: #7481CE; }

 a { background-color: rgb(116,129,206); }

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

<style>
 span { border-color: #7481CE; }

 span { border-color: rgb(116,129,206); }

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