Html Css Color HEX #7F5CCD Slate Blue

📋 copy color: '#7F5CCD'

red 127 ◦ green 92 ◦ blue 205

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

Shades of Slate Blue #7F5CCD

Tints of Slate Blue #7F5CCD

RGB

 RED value IS 127 (50% from 255) = 29.95%

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

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

R = 29.95%
G = 21.7%
B = 48.35%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F5CCD (or 0x7F5CCD) is known color: Slate Blue. HEX triplet: 7F, 5C and CD. RGB value is (127,92,205). Sum of RGB (Red+Green+Blue) = 127+92+205=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 92 (36.33% from 255 or 21.70% 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 #7F5CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5CCD is #80A332. Grayscale: #727272. Windows color (decimal): -8430387 or 13458559. OLE color: 13458559.

HSL color Cylindrical-coordinate representation of color #7F5CCD: hue angle of 258.58º 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 #7F5CCD is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 92 205 -
CMYK 0.38 0.55 0 0.20
HSL 258.58º 0.53% 0.58% -
HSV(B) 258.58º 0.55% 0.8% -
XYZ 23.6 16.57 59.71 -
YUV 115.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 127 92 205 0.38 0.55 0 0.20 258.58 0.53 0.58
Hex 7F 5C CD 26 37 0 14 103 35 3A
Octal 177 134 315 46 67 0 24 403 65 72
Binary 1111111 1011100 11001101 100110 110111 0 10100 100000011 110101 111010

Color Harmonies of #7F5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5CCD

Black with #7F5CCD

Text Example


Text Example

White with #7F5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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