Html Css Color HEX #715ADB Slate Blue

📋 copy color: '#715ADB'

red 113 ◦ green 90 ◦ blue 219

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

Shades of Slate Blue #715ADB

Tints of Slate Blue #715ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.33%

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

R = 26.78%
G = 21.33%
B = 51.9%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#715ADB (or 0x715ADB) is known color: Slate Blue. HEX triplet: 71, 5A and DB. RGB value is (113,90,219). Sum of RGB (Red+Green+Blue) = 113+90+219=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #715ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ADB is #8EA524. Grayscale: #6F6F6F. Windows color (decimal): -9348389 or 14375537. OLE color: 14375537.

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

Color convert

RGB 113 90 219 -
CMYK 0.48 0.59 0 0.14
HSL 250.7º 0.64% 0.61% -
HSV(B) 250.7º 0.59% 0.86% -
XYZ 23.25 15.94 68.87 -
YUV 111.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 113 90 219 0.48 0.59 0 0.14 250.7 0.64 0.61
Hex 71 5A DB 30 3B 0 E FB 40 3D
Octal 161 132 333 60 73 0 16 373 100 75
Binary 1110001 1011010 11011011 110000 111011 0 1110 11111011 1000000 111101

Color Harmonies of #715ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715ADB

Black with #715ADB

Text Example


Text Example

White with #715ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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