#7381CE

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

Shades of Wild Blue Yonder #7381CE

Tints of Wild Blue Yonder #7381CE

Color information

#7381CE (or 0x7381CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 81 and CE. RGB value is (115,129,206). Sum of RGB (Red+Green+Blue) = 115+129+206=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #7381CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381CE is #8C7E31. Grayscale: #858585. Windows color (decimal): -9207346 or 13533555. OLE color: 13533555.

HSL color Cylindrical-coordinate representation of color #7381CE: hue angle of 230.77º 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 #7381CE is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB115129206-
CMYK0.440.3700.19
HSL230.77º48.15%62.94%-
HSV(B)230.77º44.17%80.78%-
XYZ26.0623.861.61-
YUV133.59168.86114.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.56%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 206 (80.86% from 255) = 45.78%
R=25.56%
G=28.67%
B=45.78%

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
Decimal1151292060.440.3700.19230.7748.1562.94
Hex7381CE2C25013e7303f
Octal16320131654450233476077
Binary1110011100000011100111010110010010101001111100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7381CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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