#7181BD

Color #7181BD Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7181BD

Tints of Wild Blue Yonder #7181BD

Color information

#7181BD (or 0x7181BD) is unknown color: approx 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

RGB113129189-
CMYK0.400.3200.26
HSL227.37º36.54%59.22%-
HSV(B)227.37º40.21%74.12%-
XYZ23.8522.8951.3-
YUV131.06160.7115.12-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131291890.400.3200.26227.3736.5459.22
Hex7181BD282001Ae3253b
Octal16120127550400323434573
Binary1110001100000011011110110100010000001101011100011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7181BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>