Html Css Color HEX #7381BE Wild Blue Yonder

📋 copy color: '#7381BE'

red 115 ◦ green 129 ◦ blue 190

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

Shades of Wild Blue Yonder #7381BE

Tints of Wild Blue Yonder #7381BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 26.5%
G = 29.72%
B = 43.78%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7381BE (or 0x7381BE) is known color: Wild Blue Yonder. HEX triplet: 73, 81 and BE. RGB value is (115,129,190). Sum of RGB (Red+Green+Blue) = 115+129+190=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #7381BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381BE is #8C7E41. Grayscale: #838383. Windows color (decimal): -9207362 or 12484979. OLE color: 12484979.

HSL color Cylindrical-coordinate representation of color #7381BE: hue angle of 228.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7381BE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 129 190 -
CMYK 0.39 0.32 0 0.25
HSL 228.8º 0.37% 0.6% -
HSV(B) 228.8º 0.39% 0.75% -
XYZ 24.21 23.06 51.89 -
YUV 131.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 115 129 190 0.39 0.32 0 0.25 228.8 0.37 0.6
Hex 73 81 BE 27 20 0 19 E5 25 3C
Octal 163 201 276 47 40 0 31 345 45 74
Binary 1110011 10000001 10111110 100111 100000 0 11001 11100101 100101 111100

Color Harmonies of #7381BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381BE

Black with #7381BE

Text Example


Text Example

White with #7381BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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