Html Css Color HEX #7B52DB Slate Blue

📋 copy color: '#7B52DB'

red 123 ◦ green 82 ◦ blue 219

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

Shades of Slate Blue #7B52DB

Tints of Slate Blue #7B52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.34%

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

R = 29.01%
G = 19.34%
B = 51.65%

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

#7B52DB (or 0x7B52DB) is known color: Slate Blue. HEX triplet: 7B, 52 and DB. RGB value is (123,82,219). Sum of RGB (Red+Green+Blue) = 123+82+219=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B52DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B52DB is #84AD24. Grayscale: #6D6D6D. Windows color (decimal): -8695077 or 14373499. OLE color: 14373499.

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

Color convert

RGB 123 82 219 -
CMYK 0.44 0.63 0 0.14
HSL 257.96º 0.66% 0.59% -
HSV(B) 257.96º 0.63% 0.86% -
XYZ 23.97 15.36 68.72 -
YUV 109.88 189.58 137.36 -
System Red Green Blue C M Y K H S L
Decimal 123 82 219 0.44 0.63 0 0.14 257.96 0.66 0.59
Hex 7B 52 DB 2C 3F 0 E 102 42 3B
Octal 173 122 333 54 77 0 16 402 102 73
Binary 1111011 1010010 11011011 101100 111111 0 1110 100000010 1000010 111011

Color Harmonies of #7B52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B52DB

Black with #7B52DB

Text Example


Text Example

White with #7B52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,82,219); }

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

background-color css

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

 a { background-color: rgb(123,82,219); }

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

border-color css

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

 span { border-color: rgb(123,82,219); }

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