Html Css Color HEX #715CCA Slate Blue

📋 copy color: '#715CCA'

red 113 ◦ green 92 ◦ blue 202

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

Shades of Slate Blue #715CCA

Tints of Slate Blue #715CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 27.76%
G = 22.6%
B = 49.63%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#715CCA (or 0x715CCA) is known color: Slate Blue. HEX triplet: 71, 5C and CA. RGB value is (113,92,202). Sum of RGB (Red+Green+Blue) = 113+92+202=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #715CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CCA is #8EA335. Grayscale: #6E6E6E. Windows color (decimal): -9347894 or 13261937. OLE color: 13261937.

HSL color Cylindrical-coordinate representation of color #715CCA: hue angle of 251.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #715CCA is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 92 202 -
CMYK 0.44 0.54 0 0.21
HSL 251.45º 0.51% 0.58% -
HSV(B) 251.45º 0.54% 0.79% -
XYZ 21.3 15.43 57.73 -
YUV 110.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 113 92 202 0.44 0.54 0 0.21 251.45 0.51 0.58
Hex 71 5C CA 2C 36 0 15 FB 33 3A
Octal 161 134 312 54 66 0 25 373 63 72
Binary 1110001 1011100 11001010 101100 110110 0 10101 11111011 110011 111010

Color Harmonies of #715CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715CCA

Black with #715CCA

Text Example


Text Example

White with #715CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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