Html Css Color HEX #7D4BCF Slate Blue

📋 copy color: '#7D4BCF'

red 125 ◦ green 75 ◦ blue 207

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

Shades of Slate Blue #7D4BCF

Tints of Slate Blue #7D4BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.43%

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

R = 30.71%
G = 18.43%
B = 50.86%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D4BCF (or 0x7D4BCF) is known color: Slate Blue. HEX triplet: 7D, 4B and CF. RGB value is (125,75,207). Sum of RGB (Red+Green+Blue) = 125+75+207=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D4BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4BCF is #82B430. Grayscale: #686868. Windows color (decimal): -8565809 or 13585277. OLE color: 13585277.

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

Color convert

RGB 125 75 207 -
CMYK 0.40 0.64 0 0.19
HSL 262.73º 0.58% 0.55% -
HSV(B) 262.73º 0.64% 0.81% -
XYZ 22.24 13.9 60.54 -
YUV 105 185.57 142.27 -
System Red Green Blue C M Y K H S L
Decimal 125 75 207 0.40 0.64 0 0.19 262.73 0.58 0.55
Hex 7D 4B CF 28 40 0 13 107 3A 37
Octal 175 113 317 50 100 0 23 407 72 67
Binary 1111101 1001011 11001111 101000 1000000 0 10011 100000111 111010 110111

Color Harmonies of #7D4BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4BCF

Black with #7D4BCF

Text Example


Text Example

White with #7D4BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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