Html Css Color HEX #846BAF Deluge

📋 copy color: '#846BAF'

red 132 ◦ green 107 ◦ blue 175

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

Shades of Deluge #846BAF

Tints of Deluge #846BAF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 31.88%
G = 25.85%
B = 42.27%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#846BAF (or 0x846BAF) is known color: Deluge. HEX triplet: 84, 6B and AF. RGB value is (132,107,175). Sum of RGB (Red+Green+Blue) = 132+107+175=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #846BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846BAF is #7B9450. Grayscale: #797979. Windows color (decimal): -8098897 or 11496324. OLE color: 11496324.

HSL color Cylindrical-coordinate representation of color #846BAF: hue angle of 262.06º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #846BAF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 107 175 -
CMYK 0.25 0.39 0 0.31
HSL 262.06º 0.3% 0.55% -
HSV(B) 262.06º 0.39% 0.69% -
XYZ 22.51 18.52 42.94 -
YUV 122.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 132 107 175 0.25 0.39 0 0.31 262.06 0.3 0.55
Hex 84 6B AF 19 27 0 1F 106 1E 37
Octal 204 153 257 31 47 0 37 406 36 67
Binary 10000100 1101011 10101111 11001 100111 0 11111 100000110 11110 110111

Color Harmonies of #846BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BAF

Black with #846BAF

Text Example


Text Example

White with #846BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,107,175); }

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

background-color css

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

 a { background-color: rgb(132,107,175); }

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

border-color css

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

 span { border-color: rgb(132,107,175); }

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