Html Css Color HEX #7180BD Wild Blue Yonder

📋 copy color: '#7180BD'

red 113 ◦ green 128 ◦ blue 189

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

Shades of Wild Blue Yonder #7180BD

Tints of Wild Blue Yonder #7180BD

RGB

 RED value IS 113 (44.53% from 255) = 26.28%

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

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 26.28%
G = 29.77%
B = 43.95%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7180BD (or 0x7180BD) is known color: Wild Blue Yonder. HEX triplet: 71, 80 and BD. RGB value is (113,128,189). Sum of RGB (Red+Green+Blue) = 113+128+189=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #7180BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7180BD is #8E7F42. Grayscale: #828282. Windows color (decimal): -9338691 or 12419185. OLE color: 12419185.

HSL color Cylindrical-coordinate representation of color #7180BD: hue angle of 228.16º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7180BD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 128 189 -
CMYK 0.40 0.32 0 0.26
HSL 228.16º 0.37% 0.59% -
HSV(B) 228.16º 0.4% 0.74% -
XYZ 23.71 22.62 51.26 -
YUV 130.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 113 128 189 0.40 0.32 0 0.26 228.16 0.37 0.59
Hex 71 80 BD 28 20 0 1A E4 25 3B
Octal 161 200 275 50 40 0 32 344 45 73
Binary 1110001 10000000 10111101 101000 100000 0 11010 11100100 100101 111011

Color Harmonies of #7180BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7180BD

Black with #7180BD

Text Example


Text Example

White with #7180BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7180BD; }

 p { color: rgb(113,128,189); }

 H1.HeaderClassName
 {
   color: #7180BD;
 }
 .AnyTagClassName
 {
   color: #7180BD;
 }
</style>

background-color css

<style>
 a { background-color: #7180BD; }

 a { background-color: rgb(113,128,189); }

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

border-color css

<style>
 span { border-color: #7180BD; }

 span { border-color: rgb(113,128,189); }

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