Html Css Color HEX #7D5FCB Slate Blue

📋 copy color: '#7D5FCB'

red 125 ◦ green 95 ◦ blue 203

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

Shades of Slate Blue #7D5FCB

Tints of Slate Blue #7D5FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 29.55%
G = 22.46%
B = 47.99%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D5FCB (or 0x7D5FCB) is known color: Slate Blue. HEX triplet: 7D, 5F and CB. RGB value is (125,95,203). Sum of RGB (Red+Green+Blue) = 125+95+203=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D5FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5FCB is #82A034. Grayscale: #737373. Windows color (decimal): -8560693 or 13328253. OLE color: 13328253.

HSL color Cylindrical-coordinate representation of color #7D5FCB: hue angle of 256.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D5FCB is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 95 203 -
CMYK 0.38 0.53 0 0.20
HSL 256.67º 0.51% 0.58% -
HSV(B) 256.67º 0.53% 0.8% -
XYZ 23.33 16.86 58.52 -
YUV 116.28 176.94 134.22 -
System Red Green Blue C M Y K H S L
Decimal 125 95 203 0.38 0.53 0 0.20 256.67 0.51 0.58
Hex 7D 5F CB 26 35 0 14 101 33 3A
Octal 175 137 313 46 65 0 24 401 63 72
Binary 1111101 1011111 11001011 100110 110101 0 10100 100000001 110011 111010

Color Harmonies of #7D5FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5FCB

Black with #7D5FCB

Text Example


Text Example

White with #7D5FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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