#717EBD

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

Shades of Wild Blue Yonder #717EBD

Tints of Wild Blue Yonder #717EBD

Color information

#717EBD (or 0x717EBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 7E and BD. RGB value is (113,126,189). Sum of RGB (Red+Green+Blue) = 113+126+189=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #717EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717EBD is #8E8142. Grayscale: #818181. Windows color (decimal): -9339203 or 12418673. OLE color: 12418673.

HSL color Cylindrical-coordinate representation of color #717EBD: hue angle of 229.74º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #717EBD is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB113126189-
CMYK0.400.3300.26
HSL229.74º36.54%59.22%-
HSV(B)229.74º40.21%74.12%-
XYZ23.4622.1151.17-
YUV129.29161.69116.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.40%
GREEN value IS 126 (49.61% from 255) = 29.44%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=26.40%
G=29.44%
B=44.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131261890.400.3300.26229.7436.5459.22
Hex717EBD282101Ae6253b
Octal16117627550410323464573
Binary111000111111101011110110100010000101101011100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,126,189); }

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

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

 a { background-color: rgb(113,126,189); }

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

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

 span { border-color: rgb(113,126,189); }

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