Html Css Color HEX #715BDA Slate Blue

📋 copy color: '#715BDA'

red 113 ◦ green 91 ◦ blue 218

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

Shades of Slate Blue #715BDA

Tints of Slate Blue #715BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.56%

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

R = 26.78%
G = 21.56%
B = 51.66%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#715BDA (or 0x715BDA) is known color: Slate Blue. HEX triplet: 71, 5B and DA. RGB value is (113,91,218). Sum of RGB (Red+Green+Blue) = 113+91+218=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #715BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BDA is #8EA425. Grayscale: #6F6F6F. Windows color (decimal): -9348134 or 14310257. OLE color: 14310257.

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

Color convert

RGB 113 91 218 -
CMYK 0.48 0.58 0 0.15
HSL 250.39º 0.63% 0.61% -
HSV(B) 250.39º 0.58% 0.85% -
XYZ 23.21 16.05 68.21 -
YUV 112.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 113 91 218 0.48 0.58 0 0.15 250.39 0.63 0.61
Hex 71 5B DA 30 3A 0 F FA 3F 3D
Octal 161 133 332 60 72 0 17 372 77 75
Binary 1110001 1011011 11011010 110000 111010 0 1111 11111010 111111 111101

Color Harmonies of #715BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715BDA

Black with #715BDA

Text Example


Text Example

White with #715BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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