Html Css Color HEX #7380CE Wild Blue Yonder

📋 copy color: '#7380CE'

red 115 ◦ green 128 ◦ blue 206

#7380CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7380CE

Tints of Wild Blue Yonder #7380CE

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 value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7380CE (or 0x7380CE) is known color: 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

RGB 115 128 206 -
CMYK 0.44 0.38 0 0.19
HSL 231.43º 0.48% 0.63% -
HSV(B) 231.43º 0.44% 0.81% -
XYZ 25.93 23.54 61.57 -
YUV 133.01 169.19 115.16 -
System Red Green Blue C M Y K H S L
Decimal 115 128 206 0.44 0.38 0 0.19 231.43 0.48 0.63
Hex 73 80 CE 2C 26 0 13 E7 30 3F
Octal 163 200 316 54 46 0 23 347 60 77
Binary 1110011 10000000 11001110 101100 100110 0 10011 11100111 110000 111111

Color Harmonies of #7380CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7380CE

Black with #7380CE

Text Example


Text Example

White with #7380CE

Text Example


Text Example

HTML Codes & Css Web 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>