Html Css Color HEX #717AFA Light Slate Blue

📋 copy color: '#717AFA'

red 113 ◦ green 122 ◦ blue 250

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

Shades of Light Slate Blue #717AFA

Tints of Light Slate Blue #717AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.55%

R = 23.3%
G = 25.15%
B = 51.55%

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

#717AFA (or 0x717AFA) is known color: Light Slate Blue. HEX triplet: 71, 7A and FA. RGB value is (113,122,250). Sum of RGB (Red+Green+Blue) = 113+122+250=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #717AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717AFA is #8E8505. Grayscale: #858585. Windows color (decimal): -9340166 or 16415345. OLE color: 16415345.

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

Color convert

RGB 113 122 250 -
CMYK 0.55 0.51 0 0.02
HSL 236.06º 0.93% 0.71% -
HSV(B) 236.06º 0.55% 0.98% -
XYZ 31.02 24.33 93.5 -
YUV 133.9 193.52 113.09 -
System Red Green Blue C M Y K H S L
Decimal 113 122 250 0.55 0.51 0 0.02 236.06 0.93 0.71
Hex 71 7A FA 37 33 0 2 EC 5D 47
Octal 161 172 372 67 63 0 2 354 135 107
Binary 1110001 1111010 11111010 110111 110011 0 10 11101100 1011101 1000111

Color Harmonies of #717AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717AFA

Black with #717AFA

Text Example


Text Example

White with #717AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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