Html Css Color HEX #7C5FCD Slate Blue

📋 copy color: '#7C5FCD'

red 124 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #7C5FCD

Tints of Slate Blue #7C5FCD

RGB

 RED value IS 124 (48.83% from 255) = 29.25%

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

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

R = 29.25%
G = 22.41%
B = 48.35%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C5FCD (or 0x7C5FCD) is known color: Slate Blue. HEX triplet: 7C, 5F and CD. RGB value is (124,95,205). Sum of RGB (Red+Green+Blue) = 124+95+205=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5FCD is #83A032. Grayscale: #737373. Windows color (decimal): -8626227 or 13459324. OLE color: 13459324.

HSL color Cylindrical-coordinate representation of color #7C5FCD: hue angle of 255.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C5FCD is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 95 205 -
CMYK 0.40 0.54 0 0.20
HSL 255.82º 0.52% 0.59% -
HSV(B) 255.82º 0.54% 0.8% -
XYZ 23.42 16.88 59.78 -
YUV 116.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 124 95 205 0.40 0.54 0 0.20 255.82 0.52 0.59
Hex 7C 5F CD 28 36 0 14 100 34 3B
Octal 174 137 315 50 66 0 24 400 64 73
Binary 1111100 1011111 11001101 101000 110110 0 10100 100000000 110100 111011

Color Harmonies of #7C5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5FCD

Black with #7C5FCD

Text Example


Text Example

White with #7C5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,95,205); }

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

background-color css

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

 a { background-color: rgb(124,95,205); }

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

border-color css

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

 span { border-color: rgb(124,95,205); }

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