Html Css Color HEX #7B53CD Slate Blue

📋 copy color: '#7B53CD'

red 123 ◦ green 83 ◦ blue 205

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

Shades of Slate Blue #7B53CD

Tints of Slate Blue #7B53CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.19%

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

R = 29.93%
G = 20.19%
B = 49.88%

CMYK

 C value IS 0.4

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B53CD (or 0x7B53CD) is known color: Slate Blue. HEX triplet: 7B, 53 and CD. RGB value is (123,83,205). Sum of RGB (Red+Green+Blue) = 123+83+205=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B53CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B53CD is #84AC32. Grayscale: #6C6C6C. Windows color (decimal): -8694835 or 13456251. OLE color: 13456251.

HSL color Cylindrical-coordinate representation of color #7B53CD: hue angle of 259.67º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B53CD is Cyan = 0.4, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 83 205 -
CMYK 0.4 0.60 0 0.20
HSL 259.67º 0.55% 0.56% -
HSV(B) 259.67º 0.6% 0.8% -
XYZ 22.28 14.81 59.44 -
YUV 108.87 182.25 138.08 -
System Red Green Blue C M Y K H S L
Decimal 123 83 205 0.4 0.60 0 0.20 259.67 0.55 0.56
Hex 7B 53 CD 28 3C 0 14 104 37 38
Octal 173 123 315 50 74 0 24 404 67 70
Binary 1111011 1010011 11001101 101000 111100 0 10100 100000100 110111 111000

Color Harmonies of #7B53CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B53CD

Black with #7B53CD

Text Example


Text Example

White with #7B53CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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