Html Css Color HEX #717BFD Light Slate Blue

📋 copy color: '#717BFD'

red 113 ◦ green 123 ◦ blue 253

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

Shades of Light Slate Blue #717BFD

Tints of Light Slate Blue #717BFD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.15%

 BLUE value IS 253 (99.22% from 255) = 51.74%

R = 23.11%
G = 25.15%
B = 51.74%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#717BFD (or 0x717BFD) is known color: Light Slate Blue. HEX triplet: 71, 7B and FD. RGB value is (113,123,253). Sum of RGB (Red+Green+Blue) = 113+123+253=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #717BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717BFD is #8E8402. Grayscale: #868686. Windows color (decimal): -9339907 or 16612209. OLE color: 16612209.

HSL color Cylindrical-coordinate representation of color #717BFD: hue angle of 235.71º degrees, saturation: 0.97, 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 #717BFD is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 123 253 -
CMYK 0.55 0.51 0 0.01
HSL 235.71º 0.97% 0.72% -
HSV(B) 235.71º 0.55% 0.99% -
XYZ 31.62 24.77 96.04 -
YUV 134.83 194.69 112.43 -
System Red Green Blue C M Y K H S L
Decimal 113 123 253 0.55 0.51 0 0.01 235.71 0.97 0.72
Hex 71 7B FD 37 33 0 1 EC 61 48
Octal 161 173 375 67 63 0 1 354 141 110
Binary 1110001 1111011 11111101 110111 110011 0 1 11101100 1100001 1001000

Color Harmonies of #717BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717BFD

Black with #717BFD

Text Example


Text Example

White with #717BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,123,253); }

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

background-color css

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

 a { background-color: rgb(113,123,253); }

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

border-color css

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

 span { border-color: rgb(113,123,253); }

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