Html Css Color HEX #7381C7 Wild Blue Yonder

📋 copy color: '#7381C7'

red 115 ◦ green 129 ◦ blue 199

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

Shades of Wild Blue Yonder #7381C7

Tints of Wild Blue Yonder #7381C7

RGB

 RED value IS 115 (45.31% from 255) = 25.96%

 GREEN value IS 129 (50.78% from 255) = 29.12%

 BLUE value IS 199 (78.13% from 255) = 44.92%

R = 25.96%
G = 29.12%
B = 44.92%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7381C7 (or 0x7381C7) is known color: Wild Blue Yonder. HEX triplet: 73, 81 and C7. RGB value is (115,129,199). Sum of RGB (Red+Green+Blue) = 115+129+199=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 199 - color contains mainly: blue. Hex color #7381C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381C7 is #8C7E38. Grayscale: #848484. Windows color (decimal): -9207353 or 13074803. OLE color: 13074803.

HSL color Cylindrical-coordinate representation of color #7381C7: hue angle of 230º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7381C7 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 129 199 -
CMYK 0.42 0.35 0 0.22
HSL 230º 0.43% 0.62% -
HSV(B) 230º 0.42% 0.78% -
XYZ 25.23 23.47 57.23 -
YUV 132.79 165.36 115.31 -
System Red Green Blue C M Y K H S L
Decimal 115 129 199 0.42 0.35 0 0.22 230 0.43 0.62
Hex 73 81 C7 2A 23 0 16 E6 2B 3E
Octal 163 201 307 52 43 0 26 346 53 76
Binary 1110011 10000001 11000111 101010 100011 0 10110 11100110 101011 111110

Color Harmonies of #7381C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381C7

Black with #7381C7

Text Example


Text Example

White with #7381C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7381C7;
 }
 .AnyTagClassName
 {
   color: #7381C7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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