#717FBE

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

Shades of Wild Blue Yonder #717FBE

Tints of Wild Blue Yonder #717FBE

Color information

#717FBE (or 0x717FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 7F and BE. RGB value is (113,127,190). Sum of RGB (Red+Green+Blue) = 113+127+190=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #717FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FBE is #8E8041. Grayscale: #818181. Windows color (decimal): -9338946 or 12484465. OLE color: 12484465.

HSL color Cylindrical-coordinate representation of color #717FBE: hue angle of 229.09º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #717FBE is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113127190-
CMYK0.410.3300.25
HSL229.09º37.2%59.41%-
HSV(B)229.09º40.53%74.51%-
XYZ23.6922.4151.79-
YUV130161.86115.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.28%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=26.28%
G=29.53%
B=44.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131271900.410.3300.25229.0937.259.41
Hex717FBE2921019e5253b
Octal16117727651410313454573
Binary111000111111111011111010100110000101100111100101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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