Html Css Color HEX #7381BB Wild Blue Yonder

📋 copy color: '#7381BB'

red 115 ◦ green 129 ◦ blue 187

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

Shades of Wild Blue Yonder #7381BB

Tints of Wild Blue Yonder #7381BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 26.68%
G = 29.93%
B = 43.39%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7381BB (or 0x7381BB) is known color: Wild Blue Yonder. HEX triplet: 73, 81 and BB. RGB value is (115,129,187). Sum of RGB (Red+Green+Blue) = 115+129+187=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #7381BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381BB is #8C7E44. Grayscale: #838383. Windows color (decimal): -9207365 or 12288371. OLE color: 12288371.

HSL color Cylindrical-coordinate representation of color #7381BB: hue angle of 228.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7381BB is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 129 187 -
CMYK 0.39 0.31 0 0.27
HSL 228.33º 0.35% 0.59% -
HSV(B) 228.33º 0.39% 0.73% -
XYZ 23.89 22.93 50.18 -
YUV 131.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 115 129 187 0.39 0.31 0 0.27 228.33 0.35 0.59
Hex 73 81 BB 27 1F 0 1B E4 23 3B
Octal 163 201 273 47 37 0 33 344 43 73
Binary 1110011 10000001 10111011 100111 11111 0 11011 11100100 100011 111011

Color Harmonies of #7381BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381BB

Black with #7381BB

Text Example


Text Example

White with #7381BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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