Html Css Color HEX #7382BB Wild Blue Yonder

📋 copy color: '#7382BB'

red 115 ◦ green 130 ◦ blue 187

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

Shades of Wild Blue Yonder #7382BB

Tints of Wild Blue Yonder #7382BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

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

R = 26.62%
G = 30.09%
B = 43.29%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7382BB (or 0x7382BB) is known color: Wild Blue Yonder. HEX triplet: 73, 82 and BB. RGB value is (115,130,187). Sum of RGB (Red+Green+Blue) = 115+130+187=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #7382BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7382BB is #8C7D44. Grayscale: #838383. Windows color (decimal): -9207109 or 12288627. OLE color: 12288627.

HSL color Cylindrical-coordinate representation of color #7382BB: hue angle of 227.5º 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 #7382BB is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 130 187 -
CMYK 0.39 0.30 0 0.27
HSL 227.5º 0.35% 0.59% -
HSV(B) 227.5º 0.39% 0.73% -
XYZ 24.02 23.2 50.23 -
YUV 132.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 115 130 187 0.39 0.30 0 0.27 227.5 0.35 0.59
Hex 73 82 BB 27 1E 0 1B E4 23 3B
Octal 163 202 273 47 36 0 33 344 43 73
Binary 1110011 10000010 10111011 100111 11110 0 11011 11100100 100011 111011

Color Harmonies of #7382BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7382BB

Black with #7382BB

Text Example


Text Example

White with #7382BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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