Html Css Color HEX #7D5CCF Slate Blue

📋 copy color: '#7D5CCF'

red 125 ◦ green 92 ◦ blue 207

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

Shades of Slate Blue #7D5CCF

Tints of Slate Blue #7D5CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 29.48%
G = 21.7%
B = 48.82%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D5CCF (or 0x7D5CCF) is known color: Slate Blue. HEX triplet: 7D, 5C and CF. RGB value is (125,92,207). Sum of RGB (Red+Green+Blue) = 125+92+207=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D5CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5CCF is #82A330. Grayscale: #727272. Windows color (decimal): -8561457 or 13589629. OLE color: 13589629.

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

Color convert

RGB 125 92 207 -
CMYK 0.40 0.56 0 0.19
HSL 257.22º 0.55% 0.59% -
HSV(B) 257.22º 0.56% 0.81% -
XYZ 23.55 16.52 60.98 -
YUV 114.98 179.93 135.15 -
System Red Green Blue C M Y K H S L
Decimal 125 92 207 0.40 0.56 0 0.19 257.22 0.55 0.59
Hex 7D 5C CF 28 38 0 13 101 37 3B
Octal 175 134 317 50 70 0 23 401 67 73
Binary 1111101 1011100 11001111 101000 111000 0 10011 100000001 110111 111011

Color Harmonies of #7D5CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5CCF

Black with #7D5CCF

Text Example


Text Example

White with #7D5CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,92,207); }

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

background-color css

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

 a { background-color: rgb(125,92,207); }

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

border-color css

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

 span { border-color: rgb(125,92,207); }

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