#7380CE

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

Shades of Wild Blue Yonder #7380CE

Tints of Wild Blue Yonder #7380CE

Color information

#7380CE (or 0x7380CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 80 and CE. RGB value is (115,128,206). Sum of RGB (Red+Green+Blue) = 115+128+206=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #7380CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380CE is #8C7F31. Grayscale: #848484. Windows color (decimal): -9207602 or 13533299. OLE color: 13533299.

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

Color convert

RGB115128206-
CMYK0.440.3800.19
HSL231.43º48.15%62.94%-
HSV(B)231.43º44.17%80.78%-
XYZ25.9323.5461.57-
YUV133169.19115.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.61%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 206 (80.86% from 255) = 45.88%
R=25.61%
G=28.51%
B=45.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1151282060.440.3800.19231.4348.1562.94
Hex7380CE2C26013e7303f
Octal16320031654460233476077
Binary1110011100000001100111010110010011001001111100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7380CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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