Html Css Color HEX #7D5BCC Slate Blue

📋 copy color: '#7D5BCC'

red 125 ◦ green 91 ◦ blue 204

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

Shades of Slate Blue #7D5BCC

Tints of Slate Blue #7D5BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.67%

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 29.76%
G = 21.67%
B = 48.57%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D5BCC (or 0x7D5BCC) is known color: Slate Blue. HEX triplet: 7D, 5B and CC. RGB value is (125,91,204). Sum of RGB (Red+Green+Blue) = 125+91+204=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D5BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5BCC is #82A433. Grayscale: #717171. Windows color (decimal): -8561716 or 13392765. OLE color: 13392765.

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

Color convert

RGB 125 91 204 -
CMYK 0.39 0.55 0 0.2
HSL 258.05º 0.53% 0.58% -
HSV(B) 258.05º 0.55% 0.8% -
XYZ 23.1 16.2 59.04 -
YUV 114.05 178.76 135.81 -
System Red Green Blue C M Y K H S L
Decimal 125 91 204 0.39 0.55 0 0.2 258.05 0.53 0.58
Hex 7D 5B CC 27 37 0 14 102 35 3A
Octal 175 133 314 47 67 0 24 402 65 72
Binary 1111101 1011011 11001100 100111 110111 0 10100 100000010 110101 111010

Color Harmonies of #7D5BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5BCC

Black with #7D5BCC

Text Example


Text Example

White with #7D5BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,91,204); }

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

background-color css

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

 a { background-color: rgb(125,91,204); }

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

border-color css

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

 span { border-color: rgb(125,91,204); }

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