Html Css Color HEX #834FDB Slate Blue

📋 copy color: '#834FDB'

red 131 ◦ green 79 ◦ blue 219

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

Shades of Slate Blue #834FDB

Tints of Slate Blue #834FDB

RGB

 RED value IS 131 (51.56% from 255) = 30.54%

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

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

R = 30.54%
G = 18.41%
B = 51.05%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#834FDB (or 0x834FDB) is known color: Slate Blue. HEX triplet: 83, 4F and DB. RGB value is (131,79,219). Sum of RGB (Red+Green+Blue) = 131+79+219=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #834FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FDB is #7CB024. Grayscale: #6E6E6E. Windows color (decimal): -8171557 or 14372739. OLE color: 14372739.

HSL color Cylindrical-coordinate representation of color #834FDB: hue angle of 262.29º 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 #834FDB is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 79 219 -
CMYK 0.40 0.64 0 0.14
HSL 262.29º 0.66% 0.58% -
HSV(B) 262.29º 0.64% 0.86% -
XYZ 24.94 15.53 68.7 -
YUV 110.51 189.23 142.62 -
System Red Green Blue C M Y K H S L
Decimal 131 79 219 0.40 0.64 0 0.14 262.29 0.66 0.58
Hex 83 4F DB 28 40 0 E 106 42 3A
Octal 203 117 333 50 100 0 16 406 102 72
Binary 10000011 1001111 11011011 101000 1000000 0 1110 100000110 1000010 111010

Color Harmonies of #834FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FDB

Black with #834FDB

Text Example


Text Example

White with #834FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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