#717FB4

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

Shades of Wild Blue Yonder #717FB4

Tints of Wild Blue Yonder #717FB4

Color information

#717FB4 (or 0x717FB4) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 7F and B4. RGB value is (113,127,180). Sum of RGB (Red+Green+Blue) = 113+127+180=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #717FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FB4 is #8E804B. Grayscale: #808080. Windows color (decimal): -9338956 or 11829105. OLE color: 11829105.

HSL color Cylindrical-coordinate representation of color #717FB4: hue angle of 227.46º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #717FB4 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB113127180-
CMYK0.370.2900.29
HSL227.46º30.88%57.45%-
HSV(B)227.46º37.22%70.59%-
XYZ22.6421.9846.23-
YUV128.86156.86116.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 127 (50% from 255) = 30.24%
BLUE value IS 180 (70.70% from 255) = 42.86%
R=26.90%
G=30.24%
B=42.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131271800.370.2900.29227.4630.8857.45
Hex717FB4251D01De31f39
Octal16117726445350353433771
Binary1110001111111110110100100101111010111011110001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717FB4; }

 p { color: rgb(113,127,180); }

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

<style>
 a { background-color: #717FB4; }

 a { background-color: rgb(113,127,180); }

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

<style>
 span { border-color: #717FB4; }

 span { border-color: rgb(113,127,180); }

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