Html Css Color HEX #717FFB Light Slate Blue

📋 copy color: '#717FFB'

red 113 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #717FFB

Tints of Light Slate Blue #717FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 23.01%
G = 25.87%
B = 51.12%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#717FFB (or 0x717FFB) is known color: Light Slate Blue. HEX triplet: 71, 7F and FB. RGB value is (113,127,251). Sum of RGB (Red+Green+Blue) = 113+127+251=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #717FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717FFB is #8E8004. Grayscale: #888888. Windows color (decimal): -9338885 or 16482161. OLE color: 16482161.

HSL color Cylindrical-coordinate representation of color #717FFB: hue angle of 233.91º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #717FFB is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 127 251 -
CMYK 0.55 0.49 0 0.02
HSL 233.91º 0.95% 0.71% -
HSV(B) 233.91º 0.55% 0.98% -
XYZ 31.81 25.65 94.54 -
YUV 136.95 192.36 110.92 -
System Red Green Blue C M Y K H S L
Decimal 113 127 251 0.55 0.49 0 0.02 233.91 0.95 0.71
Hex 71 7F FB 37 31 0 2 EA 5F 47
Octal 161 177 373 67 61 0 2 352 137 107
Binary 1110001 1111111 11111011 110111 110001 0 10 11101010 1011111 1000111

Color Harmonies of #717FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717FFB

Black with #717FFB

Text Example


Text Example

White with #717FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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