Html Css Color HEX #824FDB Slate Blue

📋 copy color: '#824FDB'

red 130 ◦ green 79 ◦ blue 219

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

Shades of Slate Blue #824FDB

Tints of Slate Blue #824FDB

RGB

 RED value IS 130 (51.17% from 255) = 30.37%

 GREEN value IS 79 (31.25% from 255) = 18.46%

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

R = 30.37%
G = 18.46%
B = 51.17%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#824FDB (or 0x824FDB) is known color: Slate Blue. HEX triplet: 82, 4F and DB. RGB value is (130,79,219). Sum of RGB (Red+Green+Blue) = 130+79+219=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #824FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FDB is #7DB024. Grayscale: #6D6D6D. Windows color (decimal): -8237093 or 14372738. OLE color: 14372738.

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

Color convert

RGB 130 79 219 -
CMYK 0.41 0.64 0 0.14
HSL 261.86º 0.66% 0.58% -
HSV(B) 261.86º 0.64% 0.86% -
XYZ 24.79 15.45 68.69 -
YUV 110.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 130 79 219 0.41 0.64 0 0.14 261.86 0.66 0.58
Hex 82 4F DB 29 40 0 E 106 42 3A
Octal 202 117 333 51 100 0 16 406 102 72
Binary 10000010 1001111 11011011 101001 1000000 0 1110 100000110 1000010 111010

Color Harmonies of #824FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FDB

Black with #824FDB

Text Example


Text Example

White with #824FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824FDB; }

 p { color: rgb(130,79,219); }

 H1.HeaderClassName
 {
   color: #824FDB;
 }
 .AnyTagClassName
 {
   color: #824FDB;
 }
</style>

background-color css

<style>
 a { background-color: #824FDB; }

 a { background-color: rgb(130,79,219); }

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

border-color css

<style>
 span { border-color: #824FDB; }

 span { border-color: rgb(130,79,219); }

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