Html Css Color HEX #846FB3 Deluge

📋 copy color: '#846FB3'

red 132 ◦ green 111 ◦ blue 179

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

Shades of Deluge #846FB3

Tints of Deluge #846FB3

RGB

 RED value IS 132 (51.95% from 255) = 31.28%

 GREEN value IS 111 (43.75% from 255) = 26.3%

 BLUE value IS 179 (70.31% from 255) = 42.42%

R = 31.28%
G = 26.3%
B = 42.42%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#846FB3 (or 0x846FB3) is known color: Deluge. HEX triplet: 84, 6F and B3. RGB value is (132,111,179). Sum of RGB (Red+Green+Blue) = 132+111+179=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #846FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846FB3 is #7B904C. Grayscale: #7C7C7C. Windows color (decimal): -8097869 or 11759492. OLE color: 11759492.

HSL color Cylindrical-coordinate representation of color #846FB3: hue angle of 258.53º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #846FB3 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 111 179 -
CMYK 0.26 0.38 0 0.30
HSL 258.53º 0.31% 0.57% -
HSV(B) 258.53º 0.38% 0.7% -
XYZ 23.34 19.53 45.19 -
YUV 125.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 132 111 179 0.26 0.38 0 0.30 258.53 0.31 0.57
Hex 84 6F B3 1A 26 0 1E 103 1F 39
Octal 204 157 263 32 46 0 36 403 37 71
Binary 10000100 1101111 10110011 11010 100110 0 11110 100000011 11111 111001

Color Harmonies of #846FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846FB3

Black with #846FB3

Text Example


Text Example

White with #846FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846FB3; }

 p { color: rgb(132,111,179); }

 H1.HeaderClassName
 {
   color: #846FB3;
 }
 .AnyTagClassName
 {
   color: #846FB3;
 }
</style>

background-color css

<style>
 a { background-color: #846FB3; }

 a { background-color: rgb(132,111,179); }

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

border-color css

<style>
 span { border-color: #846FB3; }

 span { border-color: rgb(132,111,179); }

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