#7181BB

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

Shades of Wild Blue Yonder #7181BB

Tints of Wild Blue Yonder #7181BB

Color information

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

RGB113129187-
CMYK0.400.3100.27
HSL227.03º35.24%58.82%-
HSV(B)227.03º39.57%73.33%-
XYZ23.6322.850.17-
YUV130.83159.7115.28-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131291870.400.3100.27227.0335.2458.82
Hex7181BB281F01Be3233b
Octal16120127350370333434373
Binary111000110000001101110111010001111101101111100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7181BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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