Html Css Color HEX #7D5FCC Slate Blue

📋 copy color: '#7D5FCC'

red 125 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #7D5FCC

Tints of Slate Blue #7D5FCC

RGB

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

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

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

R = 29.48%
G = 22.41%
B = 48.11%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D5FCC (or 0x7D5FCC) is known color: Slate Blue. HEX triplet: 7D, 5F and CC. RGB value is (125,95,204). Sum of RGB (Red+Green+Blue) = 125+95+204=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5FCC is #82A033. Grayscale: #737373. Windows color (decimal): -8560692 or 13393789. OLE color: 13393789.

HSL color Cylindrical-coordinate representation of color #7D5FCC: hue angle of 256.51º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D5FCC is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 95 204 -
CMYK 0.39 0.53 0 0.2
HSL 256.51º 0.52% 0.59% -
HSV(B) 256.51º 0.53% 0.8% -
XYZ 23.45 16.9 59.15 -
YUV 116.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 125 95 204 0.39 0.53 0 0.2 256.51 0.52 0.59
Hex 7D 5F CC 27 35 0 14 101 34 3B
Octal 175 137 314 47 65 0 24 401 64 73
Binary 1111101 1011111 11001100 100111 110101 0 10100 100000001 110100 111011

Color Harmonies of #7D5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5FCC

Black with #7D5FCC

Text Example


Text Example

White with #7D5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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