Html Css Color HEX #715CDA Slate Blue

📋 copy color: '#715CDA'

red 113 ◦ green 92 ◦ blue 218

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

Shades of Slate Blue #715CDA

Tints of Slate Blue #715CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.75%

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

R = 26.71%
G = 21.75%
B = 51.54%

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

#715CDA (or 0x715CDA) is known color: Slate Blue. HEX triplet: 71, 5C and DA. RGB value is (113,92,218). Sum of RGB (Red+Green+Blue) = 113+92+218=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #715CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CDA is #8EA325. Grayscale: #707070. Windows color (decimal): -9347878 or 14310513. OLE color: 14310513.

HSL color Cylindrical-coordinate representation of color #715CDA: hue angle of 250º 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 #715CDA is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 92 218 -
CMYK 0.48 0.58 0 0.15
HSL 250º 0.63% 0.61% -
HSV(B) 250º 0.58% 0.85% -
XYZ 23.29 16.23 68.23 -
YUV 112.64 187.46 128.25 -
System Red Green Blue C M Y K H S L
Decimal 113 92 218 0.48 0.58 0 0.15 250 0.63 0.61
Hex 71 5C DA 30 3A 0 F FA 3F 3D
Octal 161 134 332 60 72 0 17 372 77 75
Binary 1110001 1011100 11011010 110000 111010 0 1111 11111010 111111 111101

Color Harmonies of #715CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715CDA

Black with #715CDA

Text Example


Text Example

White with #715CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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