Html Css Color HEX #7B53CF Slate Blue

📋 copy color: '#7B53CF'

red 123 ◦ green 83 ◦ blue 207

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

Shades of Slate Blue #7B53CF

Tints of Slate Blue #7B53CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 29.78%
G = 20.1%
B = 50.12%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B53CF (or 0x7B53CF) is known color: Slate Blue. HEX triplet: 7B, 53 and CF. RGB value is (123,83,207). Sum of RGB (Red+Green+Blue) = 123+83+207=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B53CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B53CF is #84AC30. Grayscale: #6C6C6C. Windows color (decimal): -8694833 or 13587323. OLE color: 13587323.

HSL color Cylindrical-coordinate representation of color #7B53CF: hue angle of 259.35º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B53CF is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 83 207 -
CMYK 0.41 0.60 0 0.19
HSL 259.35º 0.56% 0.57% -
HSV(B) 259.35º 0.6% 0.81% -
XYZ 22.52 14.9 60.72 -
YUV 109.1 183.25 137.92 -
System Red Green Blue C M Y K H S L
Decimal 123 83 207 0.41 0.60 0 0.19 259.35 0.56 0.57
Hex 7B 53 CF 29 3C 0 13 103 38 39
Octal 173 123 317 51 74 0 23 403 70 71
Binary 1111011 1010011 11001111 101001 111100 0 10011 100000011 111000 111001

Color Harmonies of #7B53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B53CF

Black with #7B53CF

Text Example


Text Example

White with #7B53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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