Html Css Color HEX #715CCD Slate Blue

📋 copy color: '#715CCD'

red 113 ◦ green 92 ◦ blue 205

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

Shades of Slate Blue #715CCD

Tints of Slate Blue #715CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 27.56%
G = 22.44%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#715CCD (or 0x715CCD) is known color: Slate Blue. HEX triplet: 71, 5C and CD. RGB value is (113,92,205). Sum of RGB (Red+Green+Blue) = 113+92+205=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #715CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CCD is #8EA332. Grayscale: #6E6E6E. Windows color (decimal): -9347891 or 13458545. OLE color: 13458545.

HSL color Cylindrical-coordinate representation of color #715CCD: hue angle of 251.15º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #715CCD is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 92 205 -
CMYK 0.45 0.55 0 0.20
HSL 251.15º 0.53% 0.58% -
HSV(B) 251.15º 0.55% 0.8% -
XYZ 21.66 15.57 59.62 -
YUV 111.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 113 92 205 0.45 0.55 0 0.20 251.15 0.53 0.58
Hex 71 5C CD 2D 37 0 14 FB 35 3A
Octal 161 134 315 55 67 0 24 373 65 72
Binary 1110001 1011100 11001101 101101 110111 0 10100 11111011 110101 111010

Color Harmonies of #715CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715CCD

Black with #715CCD

Text Example


Text Example

White with #715CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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