Html Css Color HEX #7380BB Wild Blue Yonder

📋 copy color: '#7380BB'

red 115 ◦ green 128 ◦ blue 187

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

Shades of Wild Blue Yonder #7380BB

Tints of Wild Blue Yonder #7380BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.77%

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

R = 26.74%
G = 29.77%
B = 43.49%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7380BB (or 0x7380BB) is known color: Wild Blue Yonder. HEX triplet: 73, 80 and BB. RGB value is (115,128,187). Sum of RGB (Red+Green+Blue) = 115+128+187=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #7380BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380BB is #8C7F44. Grayscale: #828282. Windows color (decimal): -9207621 or 12288115. OLE color: 12288115.

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

Color convert

RGB 115 128 187 -
CMYK 0.39 0.32 0 0.27
HSL 229.17º 0.35% 0.59% -
HSV(B) 229.17º 0.39% 0.73% -
XYZ 23.76 22.67 50.14 -
YUV 130.84 159.69 116.7 -
System Red Green Blue C M Y K H S L
Decimal 115 128 187 0.39 0.32 0 0.27 229.17 0.35 0.59
Hex 73 80 BB 27 20 0 1B E5 23 3B
Octal 163 200 273 47 40 0 33 345 43 73
Binary 1110011 10000000 10111011 100111 100000 0 11011 11100101 100011 111011

Color Harmonies of #7380BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7380BB

Black with #7380BB

Text Example


Text Example

White with #7380BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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