Html Css Color HEX #715DDB Slate Blue

📋 copy color: '#715DDB'

red 113 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #715DDB

Tints of Slate Blue #715DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.88%

 BLUE value IS 219 (85.94% from 255) = 51.53%

R = 26.59%
G = 21.88%
B = 51.53%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#715DDB (or 0x715DDB) is known color: Slate Blue. HEX triplet: 71, 5D and DB. RGB value is (113,93,219). Sum of RGB (Red+Green+Blue) = 113+93+219=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #715DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DDB is #8EA224. Grayscale: #707070. Windows color (decimal): -9347621 or 14376305. OLE color: 14376305.

HSL color Cylindrical-coordinate representation of color #715DDB: hue angle of 249.52º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715DDB is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 93 219 -
CMYK 0.48 0.58 0 0.14
HSL 249.52º 0.64% 0.61% -
HSV(B) 249.52º 0.58% 0.86% -
XYZ 23.51 16.45 68.95 -
YUV 113.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 113 93 219 0.48 0.58 0 0.14 249.52 0.64 0.61
Hex 71 5D DB 30 3A 0 E FA 40 3D
Octal 161 135 333 60 72 0 16 372 100 75
Binary 1110001 1011101 11011011 110000 111010 0 1110 11111010 1000000 111101

Color Harmonies of #715DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715DDB

Black with #715DDB

Text Example


Text Example

White with #715DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,93,219); }

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

background-color css

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

 a { background-color: rgb(113,93,219); }

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

border-color css

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

 span { border-color: rgb(113,93,219); }

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