Html Css Color HEX #834FDC Slate Blue

📋 copy color: '#834FDC'

red 131 ◦ green 79 ◦ blue 220

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

Shades of Slate Blue #834FDC

Tints of Slate Blue #834FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 30.47%
G = 18.37%
B = 51.16%

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

#834FDC (or 0x834FDC) is known color: Slate Blue. HEX triplet: 83, 4F and DC. RGB value is (131,79,220). Sum of RGB (Red+Green+Blue) = 131+79+220=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #834FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FDC is #7CB023. Grayscale: #6E6E6E. Windows color (decimal): -8171556 or 14438275. OLE color: 14438275.

HSL color Cylindrical-coordinate representation of color #834FDC: hue angle of 262.13º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #834FDC is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 79 220 -
CMYK 0.40 0.64 0 0.14
HSL 262.13º 0.67% 0.59% -
HSV(B) 262.13º 0.64% 0.86% -
XYZ 25.07 15.58 69.4 -
YUV 110.62 189.73 142.54 -
System Red Green Blue C M Y K H S L
Decimal 131 79 220 0.40 0.64 0 0.14 262.13 0.67 0.59
Hex 83 4F DC 28 40 0 E 106 43 3B
Octal 203 117 334 50 100 0 16 406 103 73
Binary 10000011 1001111 11011100 101000 1000000 0 1110 100000110 1000011 111011

Color Harmonies of #834FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FDC

Black with #834FDC

Text Example


Text Example

White with #834FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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