Html Css Color HEX #715FCB Slate Blue

📋 copy color: '#715FCB'

red 113 ◦ green 95 ◦ blue 203

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

Shades of Slate Blue #715FCB

Tints of Slate Blue #715FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 27.49%
G = 23.11%
B = 49.39%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#715FCB (or 0x715FCB) is known color: Slate Blue. HEX triplet: 71, 5F and CB. RGB value is (113,95,203). Sum of RGB (Red+Green+Blue) = 113+95+203=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #715FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FCB is #8EA034. Grayscale: #707070. Windows color (decimal): -9347125 or 13328241. OLE color: 13328241.

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

Color convert

RGB 113 95 203 -
CMYK 0.44 0.53 0 0.20
HSL 250º 0.51% 0.58% -
HSV(B) 250º 0.53% 0.8% -
XYZ 21.68 16.01 58.45 -
YUV 112.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 113 95 203 0.44 0.53 0 0.20 250 0.51 0.58
Hex 71 5F CB 2C 35 0 14 FA 33 3A
Octal 161 137 313 54 65 0 24 372 63 72
Binary 1110001 1011111 11001011 101100 110101 0 10100 11111010 110011 111010

Color Harmonies of #715FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715FCB

Black with #715FCB

Text Example


Text Example

White with #715FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,95,203); }

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

background-color css

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

 a { background-color: rgb(113,95,203); }

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

border-color css

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

 span { border-color: rgb(113,95,203); }

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