Html Css Color HEX #717FBC Wild Blue Yonder

📋 copy color: '#717FBC'

red 113 ◦ green 127 ◦ blue 188

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

Shades of Wild Blue Yonder #717FBC

Tints of Wild Blue Yonder #717FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 29.67%

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 26.4%
G = 29.67%
B = 43.93%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#717FBC (or 0x717FBC) is known color: Wild Blue Yonder. HEX triplet: 71, 7F and BC. RGB value is (113,127,188). Sum of RGB (Red+Green+Blue) = 113+127+188=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #717FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FBC is #8E8043. Grayscale: #818181. Windows color (decimal): -9338948 or 12353393. OLE color: 12353393.

HSL color Cylindrical-coordinate representation of color #717FBC: hue angle of 228.8º degrees, saturation: 0.36, 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 #717FBC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 127 188 -
CMYK 0.40 0.32 0 0.26
HSL 228.8º 0.36% 0.59% -
HSV(B) 228.8º 0.4% 0.74% -
XYZ 23.48 22.32 50.65 -
YUV 129.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 113 127 188 0.40 0.32 0 0.26 228.8 0.36 0.59
Hex 71 7F BC 28 20 0 1A E5 24 3B
Octal 161 177 274 50 40 0 32 345 44 73
Binary 1110001 1111111 10111100 101000 100000 0 11010 11100101 100100 111011

Color Harmonies of #717FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717FBC

Black with #717FBC

Text Example


Text Example

White with #717FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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