Html Css Color HEX #7D5FCF Slate Blue

📋 copy color: '#7D5FCF'

red 125 ◦ green 95 ◦ blue 207

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

Shades of Slate Blue #7D5FCF

Tints of Slate Blue #7D5FCF

RGB

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

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

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

R = 29.27%
G = 22.25%
B = 48.48%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D5FCF (or 0x7D5FCF) is known color: Slate Blue. HEX triplet: 7D, 5F and CF. RGB value is (125,95,207). Sum of RGB (Red+Green+Blue) = 125+95+207=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D5FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5FCF is #82A030. Grayscale: #747474. Windows color (decimal): -8560689 or 13590397. OLE color: 13590397.

HSL color Cylindrical-coordinate representation of color #7D5FCF: hue angle of 256.07º degrees, saturation: 0.54, 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 #7D5FCF is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 95 207 -
CMYK 0.40 0.54 0 0.19
HSL 256.07º 0.54% 0.59% -
HSV(B) 256.07º 0.54% 0.81% -
XYZ 23.81 17.05 61.07 -
YUV 116.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 125 95 207 0.40 0.54 0 0.19 256.07 0.54 0.59
Hex 7D 5F CF 28 36 0 13 100 36 3B
Octal 175 137 317 50 66 0 23 400 66 73
Binary 1111101 1011111 11001111 101000 110110 0 10011 100000000 110110 111011

Color Harmonies of #7D5FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5FCF

Black with #7D5FCF

Text Example


Text Example

White with #7D5FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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