Html Css Color HEX #715EDA Slate Blue

📋 copy color: '#715EDA'

red 113 ◦ green 94 ◦ blue 218

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

Shades of Slate Blue #715EDA

Tints of Slate Blue #715EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.12%

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 26.59%
G = 22.12%
B = 51.29%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#715EDA (or 0x715EDA) is known color: Slate Blue. HEX triplet: 71, 5E and DA. RGB value is (113,94,218). Sum of RGB (Red+Green+Blue) = 113+94+218=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #715EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715EDA is #8EA125. Grayscale: #717171. Windows color (decimal): -9347366 or 14311025. OLE color: 14311025.

HSL color Cylindrical-coordinate representation of color #715EDA: hue angle of 249.19º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #715EDA is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 94 218 -
CMYK 0.48 0.57 0 0.15
HSL 249.19º 0.63% 0.61% -
HSV(B) 249.19º 0.57% 0.85% -
XYZ 23.47 16.58 68.29 -
YUV 113.82 186.79 127.42 -
System Red Green Blue C M Y K H S L
Decimal 113 94 218 0.48 0.57 0 0.15 249.19 0.63 0.61
Hex 71 5E DA 30 39 0 F F9 3F 3D
Octal 161 136 332 60 71 0 17 371 77 75
Binary 1110001 1011110 11011010 110000 111001 0 1111 11111001 111111 111101

Color Harmonies of #715EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715EDA

Black with #715EDA

Text Example


Text Example

White with #715EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715EDA; }

 p { color: rgb(113,94,218); }

 H1.HeaderClassName
 {
   color: #715EDA;
 }
 .AnyTagClassName
 {
   color: #715EDA;
 }
</style>

background-color css

<style>
 a { background-color: #715EDA; }

 a { background-color: rgb(113,94,218); }

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

border-color css

<style>
 span { border-color: #715EDA; }

 span { border-color: rgb(113,94,218); }

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