Html Css Color HEX #7D5FCE Slate Blue

📋 copy color: '#7D5FCE'

red 125 ◦ green 95 ◦ blue 206

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

Shades of Slate Blue #7D5FCE

Tints of Slate Blue #7D5FCE

RGB

 RED value IS 125 (49.22% from 255) = 29.34%

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 29.34%
G = 22.3%
B = 48.36%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D5FCE (or 0x7D5FCE) is known color: Slate Blue. HEX triplet: 7D, 5F and CE. RGB value is (125,95,206). Sum of RGB (Red+Green+Blue) = 125+95+206=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D5FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5FCE is #82A031. Grayscale: #747474. Windows color (decimal): -8560690 or 13524861. OLE color: 13524861.

HSL color Cylindrical-coordinate representation of color #7D5FCE: hue angle of 256.22º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D5FCE is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 95 206 -
CMYK 0.39 0.54 0 0.19
HSL 256.22º 0.53% 0.59% -
HSV(B) 256.22º 0.54% 0.81% -
XYZ 23.69 17 60.43 -
YUV 116.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 125 95 206 0.39 0.54 0 0.19 256.22 0.53 0.59
Hex 7D 5F CE 27 36 0 13 100 35 3B
Octal 175 137 316 47 66 0 23 400 65 73
Binary 1111101 1011111 11001110 100111 110110 0 10011 100000000 110101 111011

Color Harmonies of #7D5FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5FCE

Black with #7D5FCE

Text Example


Text Example

White with #7D5FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D5FCE; }

 p { color: rgb(125,95,206); }

 H1.HeaderClassName
 {
   color: #7D5FCE;
 }
 .AnyTagClassName
 {
   color: #7D5FCE;
 }
</style>

background-color css

<style>
 a { background-color: #7D5FCE; }

 a { background-color: rgb(125,95,206); }

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

border-color css

<style>
 span { border-color: #7D5FCE; }

 span { border-color: rgb(125,95,206); }

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