Html Css Color HEX #717BF9 Light Slate Blue

📋 copy color: '#717BF9'

red 113 ◦ green 123 ◦ blue 249

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

Shades of Light Slate Blue #717BF9

Tints of Light Slate Blue #717BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.34%

R = 23.3%
G = 25.36%
B = 51.34%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#717BF9 (or 0x717BF9) is known color: Light Slate Blue. HEX triplet: 71, 7B and F9. RGB value is (113,123,249). Sum of RGB (Red+Green+Blue) = 113+123+249=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #717BF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717BF9 is #8E8406. Grayscale: #858585. Windows color (decimal): -9339911 or 16350065. OLE color: 16350065.

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

Color convert

RGB 113 123 249 -
CMYK 0.55 0.51 0 0.02
HSL 235.59º 0.92% 0.71% -
HSV(B) 235.59º 0.55% 0.98% -
XYZ 30.99 24.52 92.72 -
YUV 134.37 192.69 112.75 -
System Red Green Blue C M Y K H S L
Decimal 113 123 249 0.55 0.51 0 0.02 235.59 0.92 0.71
Hex 71 7B F9 37 33 0 2 EC 5C 47
Octal 161 173 371 67 63 0 2 354 134 107
Binary 1110001 1111011 11111001 110111 110011 0 10 11101100 1011100 1000111

Color Harmonies of #717BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717BF9

Black with #717BF9

Text Example


Text Example

White with #717BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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