Html Css Color HEX #717AFE Light Slate Blue

📋 copy color: '#717AFE'

red 113 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #717AFE

Tints of Light Slate Blue #717AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.95%

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 23.11%
G = 24.95%
B = 51.94%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#717AFE (or 0x717AFE) is known color: Light Slate Blue. HEX triplet: 71, 7A and FE. RGB value is (113,122,254). Sum of RGB (Red+Green+Blue) = 113+122+254=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #717AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717AFE is #8E8501. Grayscale: #858585. Windows color (decimal): -9340162 or 16677489. OLE color: 16677489.

HSL color Cylindrical-coordinate representation of color #717AFE: hue angle of 236.17º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #717AFE is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 122 254 -
CMYK 0.56 0.52 0 0.00
HSL 236.17º 0.99% 0.72% -
HSV(B) 236.17º 0.56% 1% -
XYZ 31.66 24.59 96.84 -
YUV 134.36 195.52 112.77 -
System Red Green Blue C M Y K H S L
Decimal 113 122 254 0.56 0.52 0 0.00 236.17 0.99 0.72
Hex 71 7A FE 38 34 0 0 EC 63 48
Octal 161 172 376 70 64 0 0 354 143 110
Binary 1110001 1111010 11111110 111000 110100 0 0 11101100 1100011 1001000

Color Harmonies of #717AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717AFE

Black with #717AFE

Text Example


Text Example

White with #717AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,122,254); }

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

background-color css

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

 a { background-color: rgb(113,122,254); }

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

border-color css

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

 span { border-color: rgb(113,122,254); }

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