Html Css Color HEX #7381C1 Wild Blue Yonder

📋 copy color: '#7381C1'

red 115 ◦ green 129 ◦ blue 193

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

Shades of Wild Blue Yonder #7381C1

Tints of Wild Blue Yonder #7381C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.16%

R = 26.32%
G = 29.52%
B = 44.16%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7381C1 (or 0x7381C1) is known color: Wild Blue Yonder. HEX triplet: 73, 81 and C1. RGB value is (115,129,193). Sum of RGB (Red+Green+Blue) = 115+129+193=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #7381C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381C1 is #8C7E3E. Grayscale: #838383. Windows color (decimal): -9207359 or 12681587. OLE color: 12681587.

HSL color Cylindrical-coordinate representation of color #7381C1: hue angle of 229.23º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7381C1 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 129 193 -
CMYK 0.40 0.33 0 0.24
HSL 229.23º 0.39% 0.6% -
HSV(B) 229.23º 0.4% 0.76% -
XYZ 24.55 23.2 53.64 -
YUV 132.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 115 129 193 0.40 0.33 0 0.24 229.23 0.39 0.6
Hex 73 81 C1 28 21 0 18 E5 27 3C
Octal 163 201 301 50 41 0 30 345 47 74
Binary 1110011 10000001 11000001 101000 100001 0 11000 11100101 100111 111100

Color Harmonies of #7381C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381C1

Black with #7381C1

Text Example


Text Example

White with #7381C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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