Html Css Color HEX #7181BB Wild Blue Yonder

📋 copy color: '#7181BB'

red 113 ◦ green 129 ◦ blue 187

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

Shades of Wild Blue Yonder #7181BB

Tints of Wild Blue Yonder #7181BB

RGB

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

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

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

R = 26.34%
G = 30.07%
B = 43.59%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7181BB (or 0x7181BB) is known color: Wild Blue Yonder. HEX triplet: 71, 81 and BB. RGB value is (113,129,187). Sum of RGB (Red+Green+Blue) = 113+129+187=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #7181BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7181BB is #8E7E44. Grayscale: #828282. Windows color (decimal): -9338437 or 12288369. OLE color: 12288369.

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

Color convert

RGB 113 129 187 -
CMYK 0.40 0.31 0 0.27
HSL 227.03º 0.35% 0.59% -
HSV(B) 227.03º 0.4% 0.73% -
XYZ 23.63 22.8 50.17 -
YUV 130.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 113 129 187 0.40 0.31 0 0.27 227.03 0.35 0.59
Hex 71 81 BB 28 1F 0 1B E3 23 3B
Octal 161 201 273 50 37 0 33 343 43 73
Binary 1110001 10000001 10111011 101000 11111 0 11011 11100011 100011 111011

Color Harmonies of #7181BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7181BB

Black with #7181BB

Text Example


Text Example

White with #7181BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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