Html Css Color HEX #834FDA Slate Blue

📋 copy color: '#834FDA'

red 131 ◦ green 79 ◦ blue 218

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

Shades of Slate Blue #834FDA

Tints of Slate Blue #834FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 30.61%
G = 18.46%
B = 50.93%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#834FDA (or 0x834FDA) is known color: Slate Blue. HEX triplet: 83, 4F and DA. RGB value is (131,79,218). Sum of RGB (Red+Green+Blue) = 131+79+218=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #834FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FDA is #7CB025. Grayscale: #6D6D6D. Windows color (decimal): -8171558 or 14307203. OLE color: 14307203.

HSL color Cylindrical-coordinate representation of color #834FDA: hue angle of 262.45º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #834FDA is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 79 218 -
CMYK 0.40 0.64 0 0.15
HSL 262.45º 0.65% 0.58% -
HSV(B) 262.45º 0.64% 0.85% -
XYZ 24.81 15.48 68.01 -
YUV 110.39 188.73 142.7 -
System Red Green Blue C M Y K H S L
Decimal 131 79 218 0.40 0.64 0 0.15 262.45 0.65 0.58
Hex 83 4F DA 28 40 0 F 106 41 3A
Octal 203 117 332 50 100 0 17 406 101 72
Binary 10000011 1001111 11011010 101000 1000000 0 1111 100000110 1000001 111010

Color Harmonies of #834FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FDA

Black with #834FDA

Text Example


Text Example

White with #834FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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