Html Css Color HEX #7181BD Wild Blue Yonder

📋 copy color: '#7181BD'

red 113 ◦ green 129 ◦ blue 189

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

Shades of Wild Blue Yonder #7181BD

Tints of Wild Blue Yonder #7181BD

RGB

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

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

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

R = 26.22%
G = 29.93%
B = 43.85%

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

#7181BD (or 0x7181BD) is known color: Wild Blue Yonder. HEX triplet: 71, 81 and BD. RGB value is (113,129,189). Sum of RGB (Red+Green+Blue) = 113+129+189=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #7181BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7181BD is #8E7E42. Grayscale: #828282. Windows color (decimal): -9338435 or 12419441. OLE color: 12419441.

HSL color Cylindrical-coordinate representation of color #7181BD: hue angle of 227.37º 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 #7181BD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 129 189 -
CMYK 0.40 0.32 0 0.26
HSL 227.37º 0.37% 0.59% -
HSV(B) 227.37º 0.4% 0.74% -
XYZ 23.85 22.89 51.3 -
YUV 131.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 113 129 189 0.40 0.32 0 0.26 227.37 0.37 0.59
Hex 71 81 BD 28 20 0 1A E3 25 3B
Octal 161 201 275 50 40 0 32 343 45 73
Binary 1110001 10000001 10111101 101000 100000 0 11010 11100011 100101 111011

Color Harmonies of #7181BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7181BD

Black with #7181BD

Text Example


Text Example

White with #7181BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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