#7182B9

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

Shades of Wild Blue Yonder #7182B9

Tints of Wild Blue Yonder #7182B9

Color information

#7182B9 (or 0x7182B9) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 82 and B9. RGB value is (113,130,185). Sum of RGB (Red+Green+Blue) = 113+130+185=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #7182B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7182B9 is #8E7D46. Grayscale: #828282. Windows color (decimal): -9338183 or 12157553. OLE color: 12157553.

HSL color Cylindrical-coordinate representation of color #7182B9: hue angle of 225.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7182B9 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113130185-
CMYK0.390.3000.27
HSL225.83º33.96%58.43%-
HSV(B)225.83º38.92%72.55%-
XYZ23.5522.9849.09-
YUV131.19158.37115.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.40%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 185 (72.66% from 255) = 43.22%
R=26.40%
G=30.37%
B=43.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131301850.390.3000.27225.8333.9658.43
Hex7182B9271E01Be2223a
Octal16120227147360333424272
Binary111000110000010101110011001111111001101111100010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7182B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7182B9; }

 p { color: rgb(113,130,185); }

 H1.HeaderClassName
 {
   color: #7182B9;
 }
 .AnyTagClassName
 {
   color: #7182B9;
 }
</style>
background-color css

<style>
 a { background-color: #7182B9; }

 a { background-color: rgb(113,130,185); }

 div.DivClassName
 {
   background-color: #7182B9;
 }
 .BgClassName
 {
   background-color: #7182B9;
 }
</style>
border-color css

<style>
 span { border-color: #7182B9; }

 span { border-color: rgb(113,130,185); }

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