Html Css Color HEX #717EBF Wild Blue Yonder

📋 copy color: '#717EBF'

red 113 ◦ green 126 ◦ blue 191

#717EBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #717EBF

Tints of Wild Blue Yonder #717EBF

RGB

 RED value IS 113 (44.53% from 255) = 26.28%

 GREEN value IS 126 (49.61% from 255) = 29.3%

 BLUE value IS 191 (75% from 255) = 44.42%

R = 26.28%
G = 29.3%
B = 44.42%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#717EBF (or 0x717EBF) is known color: Wild Blue Yonder. HEX triplet: 71, 7E and BF. RGB value is (113,126,191). Sum of RGB (Red+Green+Blue) = 113+126+191=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #717EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717EBF is #8E8140. Grayscale: #818181. Windows color (decimal): -9339201 or 12549745. OLE color: 12549745.

HSL color Cylindrical-coordinate representation of color #717EBF: hue angle of 230º 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 #717EBF is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 126 191 -
CMYK 0.41 0.34 0 0.25
HSL 230º 0.38% 0.6% -
HSV(B) 230º 0.41% 0.75% -
XYZ 23.67 22.19 52.33 -
YUV 129.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 113 126 191 0.41 0.34 0 0.25 230 0.38 0.6
Hex 71 7E BF 29 22 0 19 E6 26 3C
Octal 161 176 277 51 42 0 31 346 46 74
Binary 1110001 1111110 10111111 101001 100010 0 11001 11100110 100110 111100

Color Harmonies of #717EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717EBF

Black with #717EBF

Text Example


Text Example

White with #717EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #717EBF;
 }
 .AnyTagClassName
 {
   color: #717EBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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