Html Css Color HEX #717EFC Light Slate Blue

📋 copy color: '#717EFC'

red 113 ◦ green 126 ◦ blue 252

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

Shades of Light Slate Blue #717EFC

Tints of Light Slate Blue #717EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 23.01%
G = 25.66%
B = 51.32%

CMYK

 C value IS 0.55

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#717EFC (or 0x717EFC) is known color: Light Slate Blue. HEX triplet: 71, 7E and FC. RGB value is (113,126,252). Sum of RGB (Red+Green+Blue) = 113+126+252=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #717EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717EFC is #8E8103. Grayscale: #878787. Windows color (decimal): -9339140 or 16547441. OLE color: 16547441.

HSL color Cylindrical-coordinate representation of color #717EFC: hue angle of 234.39º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #717EFC is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 126 252 -
CMYK 0.55 0.5 0 0.01
HSL 234.39º 0.96% 0.72% -
HSV(B) 234.39º 0.55% 0.99% -
XYZ 31.84 25.46 95.33 -
YUV 136.48 193.19 111.25 -
System Red Green Blue C M Y K H S L
Decimal 113 126 252 0.55 0.5 0 0.01 234.39 0.96 0.72
Hex 71 7E FC 37 32 0 1 EA 60 48
Octal 161 176 374 67 62 0 1 352 140 110
Binary 1110001 1111110 11111100 110111 110010 0 1 11101010 1100000 1001000

Color Harmonies of #717EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717EFC

Black with #717EFC

Text Example


Text Example

White with #717EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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