Html Css Color HEX #7B5DCD Slate Blue

📋 copy color: '#7B5DCD'

red 123 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #7B5DCD

Tints of Slate Blue #7B5DCD

RGB

 RED value IS 123 (48.44% from 255) = 29.22%

 GREEN value IS 93 (36.72% from 255) = 22.09%

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 29.22%
G = 22.09%
B = 48.69%

CMYK

 C value IS 0.4

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B5DCD (or 0x7B5DCD) is known color: Slate Blue. HEX triplet: 7B, 5D and CD. RGB value is (123,93,205). Sum of RGB (Red+Green+Blue) = 123+93+205=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B5DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DCD is #84A232. Grayscale: #727272. Windows color (decimal): -8692275 or 13458811. OLE color: 13458811.

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

Color convert

RGB 123 93 205 -
CMYK 0.4 0.55 0 0.20
HSL 256.07º 0.53% 0.58% -
HSV(B) 256.07º 0.55% 0.8% -
XYZ 23.1 16.45 59.71 -
YUV 114.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 123 93 205 0.4 0.55 0 0.20 256.07 0.53 0.58
Hex 7B 5D CD 28 37 0 14 100 35 3A
Octal 173 135 315 50 67 0 24 400 65 72
Binary 1111011 1011101 11001101 101000 110111 0 10100 100000000 110101 111010

Color Harmonies of #7B5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5DCD

Black with #7B5DCD

Text Example


Text Example

White with #7B5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,93,205); }

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

background-color css

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

 a { background-color: rgb(123,93,205); }

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

border-color css

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

 span { border-color: rgb(123,93,205); }

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