Html Css Color HEX #7C5BDB Slate Blue

📋 copy color: '#7C5BDB'

red 124 ◦ green 91 ◦ blue 219

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

Shades of Slate Blue #7C5BDB

Tints of Slate Blue #7C5BDB

RGB

 RED value IS 124 (48.83% from 255) = 28.57%

 GREEN value IS 91 (35.94% from 255) = 20.97%

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 28.57%
G = 20.97%
B = 50.46%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C5BDB (or 0x7C5BDB) is known color: Slate Blue. HEX triplet: 7C, 5B and DB. RGB value is (124,91,219). Sum of RGB (Red+Green+Blue) = 124+91+219=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C5BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5BDB is #83A424. Grayscale: #727272. Windows color (decimal): -8627237 or 14375804. OLE color: 14375804.

HSL color Cylindrical-coordinate representation of color #7C5BDB: hue angle of 255.47º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C5BDB is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 91 219 -
CMYK 0.43 0.58 0 0.14
HSL 255.47º 0.64% 0.61% -
HSV(B) 255.47º 0.58% 0.86% -
XYZ 24.84 16.88 68.97 -
YUV 115.46 186.43 134.09 -
System Red Green Blue C M Y K H S L
Decimal 124 91 219 0.43 0.58 0 0.14 255.47 0.64 0.61
Hex 7C 5B DB 2B 3A 0 E FF 40 3D
Octal 174 133 333 53 72 0 16 377 100 75
Binary 1111100 1011011 11011011 101011 111010 0 1110 11111111 1000000 111101

Color Harmonies of #7C5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5BDB

Black with #7C5BDB

Text Example


Text Example

White with #7C5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,91,219); }

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

background-color css

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

 a { background-color: rgb(124,91,219); }

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

border-color css

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

 span { border-color: rgb(124,91,219); }

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