Html Css Color HEX #7A50DB Slate Blue

📋 copy color: '#7A50DB'

red 122 ◦ green 80 ◦ blue 219

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

Shades of Slate Blue #7A50DB

Tints of Slate Blue #7A50DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19%

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

R = 28.98%
G = 19%
B = 52.02%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A50DB (or 0x7A50DB) is known color: Slate Blue. HEX triplet: 7A, 50 and DB. RGB value is (122,80,219). Sum of RGB (Red+Green+Blue) = 122+80+219=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A50DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A50DB is #85AF24. Grayscale: #6B6B6B. Windows color (decimal): -8761125 or 14372986. OLE color: 14372986.

HSL color Cylindrical-coordinate representation of color #7A50DB: hue angle of 258.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A50DB is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 80 219 -
CMYK 0.44 0.63 0 0.14
HSL 258.13º 0.66% 0.59% -
HSV(B) 258.13º 0.63% 0.86% -
XYZ 23.68 14.99 68.66 -
YUV 108.4 190.41 137.7 -
System Red Green Blue C M Y K H S L
Decimal 122 80 219 0.44 0.63 0 0.14 258.13 0.66 0.59
Hex 7A 50 DB 2C 3F 0 E 102 42 3B
Octal 172 120 333 54 77 0 16 402 102 73
Binary 1111010 1010000 11011011 101100 111111 0 1110 100000010 1000010 111011

Color Harmonies of #7A50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A50DB

Black with #7A50DB

Text Example


Text Example

White with #7A50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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