Html Css Color HEX #717CBA Wild Blue Yonder

📋 copy color: '#717CBA'

red 113 ◦ green 124 ◦ blue 186

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

Shades of Wild Blue Yonder #717CBA

Tints of Wild Blue Yonder #717CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 26.71%
G = 29.31%
B = 43.97%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#717CBA (or 0x717CBA) is known color: Wild Blue Yonder. HEX triplet: 71, 7C and BA. RGB value is (113,124,186). Sum of RGB (Red+Green+Blue) = 113+124+186=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #717CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717CBA is #8E8345. Grayscale: #7F7F7F. Windows color (decimal): -9339718 or 12221553. OLE color: 12221553.

HSL color Cylindrical-coordinate representation of color #717CBA: hue angle of 230.96º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #717CBA is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 124 186 -
CMYK 0.39 0.33 0 0.27
HSL 230.96º 0.35% 0.59% -
HSV(B) 230.96º 0.39% 0.73% -
XYZ 22.88 21.47 49.39 -
YUV 127.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 113 124 186 0.39 0.33 0 0.27 230.96 0.35 0.59
Hex 71 7C BA 27 21 0 1B E7 23 3B
Octal 161 174 272 47 41 0 33 347 43 73
Binary 1110001 1111100 10111010 100111 100001 0 11011 11100111 100011 111011

Color Harmonies of #717CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717CBA

Black with #717CBA

Text Example


Text Example

White with #717CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,124,186); }

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

background-color css

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

 a { background-color: rgb(113,124,186); }

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

border-color css

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

 span { border-color: rgb(113,124,186); }

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