#717FBF

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

Shades of Wild Blue Yonder #717FBF

Tints of Wild Blue Yonder #717FBF

Color information

#717FBF (or 0x717FBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 7F and BF. RGB value is (113,127,191). Sum of RGB (Red+Green+Blue) = 113+127+191=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #717FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FBF is #8E8040. Grayscale: #818181. Windows color (decimal): -9338945 or 12550001. OLE color: 12550001.

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

Color convert

RGB113127191-
CMYK0.410.3400.25
HSL229.23º37.86%59.61%-
HSV(B)229.23º40.84%74.9%-
XYZ23.822.4552.37-
YUV130.11162.36115.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.22%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 191 (75% from 255) = 44.32%
R=26.22%
G=29.47%
B=44.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131271910.410.3400.25229.2337.8659.61
Hex717FBF2922019e5263c
Octal16117727751420313454674
Binary111000111111111011111110100110001001100111100101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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