Html Css Color HEX #717AEA Medium Slate Blue

📋 copy color: '#717AEA'

red 113 ◦ green 122 ◦ blue 234

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

Shades of Medium Slate Blue #717AEA

Tints of Medium Slate Blue #717AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 24.09%
G = 26.01%
B = 49.89%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#717AEA (or 0x717AEA) is known color: Medium Slate Blue. HEX triplet: 71, 7A and EA. RGB value is (113,122,234). Sum of RGB (Red+Green+Blue) = 113+122+234=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #717AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717AEA is #8E8515. Grayscale: #838383. Windows color (decimal): -9340182 or 15366769. OLE color: 15366769.

HSL color Cylindrical-coordinate representation of color #717AEA: hue angle of 235.54º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #717AEA is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 122 234 -
CMYK 0.52 0.48 0 0.08
HSL 235.54º 0.74% 0.68% -
HSV(B) 235.54º 0.52% 0.92% -
XYZ 28.62 23.37 80.84 -
YUV 132.08 185.52 114.39 -
System Red Green Blue C M Y K H S L
Decimal 113 122 234 0.52 0.48 0 0.08 235.54 0.74 0.68
Hex 71 7A EA 34 30 0 8 EC 4A 44
Octal 161 172 352 64 60 0 10 354 112 104
Binary 1110001 1111010 11101010 110100 110000 0 1000 11101100 1001010 1000100

Color Harmonies of #717AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717AEA

Black with #717AEA

Text Example


Text Example

White with #717AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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