Html Css Color HEX #7381CE Wild Blue Yonder

📋 copy color: '#7381CE'

red 115 ◦ green 129 ◦ blue 206

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

Shades of Wild Blue Yonder #7381CE

Tints of Wild Blue Yonder #7381CE

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

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

RGB 115 129 206 -
CMYK 0.44 0.37 0 0.19
HSL 230.77º 0.48% 0.63% -
HSV(B) 230.77º 0.44% 0.81% -
XYZ 26.06 23.8 61.61 -
YUV 133.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 115 129 206 0.44 0.37 0 0.19 230.77 0.48 0.63
Hex 73 81 CE 2C 25 0 13 E7 30 3F
Octal 163 201 316 54 45 0 23 347 60 77
Binary 1110011 10000001 11001110 101100 100101 0 10011 11100111 110000 111111

Color Harmonies of #7381CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381CE

Black with #7381CE

Text Example


Text Example

White with #7381CE

Text Example


Text Example

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