Html Css Color HEX #835EB0 Deluge

📋 copy color: '#835EB0'

red 131 ◦ green 94 ◦ blue 176

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

Shades of Deluge #835EB0

Tints of Deluge #835EB0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

 BLUE value IS 176 (69.14% from 255) = 43.89%

R = 32.67%
G = 23.44%
B = 43.89%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#835EB0 (or 0x835EB0) is known color: Deluge. HEX triplet: 83, 5E and B0. RGB value is (131,94,176). Sum of RGB (Red+Green+Blue) = 131+94+176=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 176 - color contains mainly: blue. Hex color #835EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835EB0 is #7CA14F. Grayscale: #727272. Windows color (decimal): -8167760 or 11558531. OLE color: 11558531.

HSL color Cylindrical-coordinate representation of color #835EB0: hue angle of 267.07º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #835EB0 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 94 176 -
CMYK 0.26 0.47 0 0.31
HSL 267.07º 0.34% 0.53% -
HSV(B) 267.07º 0.47% 0.69% -
XYZ 21.2 15.97 43.04 -
YUV 114.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 131 94 176 0.26 0.47 0 0.31 267.07 0.34 0.53
Hex 83 5E B0 1A 2F 0 1F 10B 22 35
Octal 203 136 260 32 57 0 37 413 42 65
Binary 10000011 1011110 10110000 11010 101111 0 11111 100001011 100010 110101

Color Harmonies of #835EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835EB0

Black with #835EB0

Text Example


Text Example

White with #835EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835EB0; }

 p { color: rgb(131,94,176); }

 H1.HeaderClassName
 {
   color: #835EB0;
 }
 .AnyTagClassName
 {
   color: #835EB0;
 }
</style>

background-color css

<style>
 a { background-color: #835EB0; }

 a { background-color: rgb(131,94,176); }

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

border-color css

<style>
 span { border-color: #835EB0; }

 span { border-color: rgb(131,94,176); }

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