Html Css Color HEX #7B59CE Slate Blue

📋 copy color: '#7B59CE'

red 123 ◦ green 89 ◦ blue 206

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

Shades of Slate Blue #7B59CE

Tints of Slate Blue #7B59CE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.29%

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 29.43%
G = 21.29%
B = 49.28%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B59CE (or 0x7B59CE) is known color: Slate Blue. HEX triplet: 7B, 59 and CE. RGB value is (123,89,206). Sum of RGB (Red+Green+Blue) = 123+89+206=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B59CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B59CE is #84A631. Grayscale: #707070. Windows color (decimal): -8693298 or 13523323. OLE color: 13523323.

HSL color Cylindrical-coordinate representation of color #7B59CE: hue angle of 257.44º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B59CE is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 89 206 -
CMYK 0.40 0.57 0 0.19
HSL 257.44º 0.54% 0.58% -
HSV(B) 257.44º 0.57% 0.81% -
XYZ 22.88 15.81 60.24 -
YUV 112.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 123 89 206 0.40 0.57 0 0.19 257.44 0.54 0.58
Hex 7B 59 CE 28 39 0 13 101 36 3A
Octal 173 131 316 50 71 0 23 401 66 72
Binary 1111011 1011001 11001110 101000 111001 0 10011 100000001 110110 111010

Color Harmonies of #7B59CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B59CE

Black with #7B59CE

Text Example


Text Example

White with #7B59CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,89,206); }

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

background-color css

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

 a { background-color: rgb(123,89,206); }

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

border-color css

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

 span { border-color: rgb(123,89,206); }

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