Html Css Color HEX #7A5DDB Slate Blue

📋 copy color: '#7A5DDB'

red 122 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #7A5DDB

Tints of Slate Blue #7A5DDB

RGB

 RED value IS 122 (48.05% from 255) = 28.11%

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

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

R = 28.11%
G = 21.43%
B = 50.46%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A5DDB (or 0x7A5DDB) is known color: Slate Blue. HEX triplet: 7A, 5D and DB. RGB value is (122,93,219). Sum of RGB (Red+Green+Blue) = 122+93+219=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 93 (36.72% from 255 or 21.43% 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 #7A5DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5DDB is #85A224. Grayscale: #737373. Windows color (decimal): -8757797 or 14376314. OLE color: 14376314.

HSL color Cylindrical-coordinate representation of color #7A5DDB: hue angle of 253.81º 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 #7A5DDB is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 93 219 -
CMYK 0.44 0.58 0 0.14
HSL 253.81º 0.64% 0.61% -
HSV(B) 253.81º 0.58% 0.86% -
XYZ 24.73 17.08 69.01 -
YUV 116.04 186.11 132.25 -
System Red Green Blue C M Y K H S L
Decimal 122 93 219 0.44 0.58 0 0.14 253.81 0.64 0.61
Hex 7A 5D DB 2C 3A 0 E FE 40 3D
Octal 172 135 333 54 72 0 16 376 100 75
Binary 1111010 1011101 11011011 101100 111010 0 1110 11111110 1000000 111101

Color Harmonies of #7A5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5DDB

Black with #7A5DDB

Text Example


Text Example

White with #7A5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,93,219); }

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

background-color css

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

 a { background-color: rgb(122,93,219); }

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

border-color css

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

 span { border-color: rgb(122,93,219); }

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