Html Css Color HEX #846EBA True V

📋 copy color: '#846EBA'

red 132 ◦ green 110 ◦ blue 186

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

Shades of True V #846EBA

Tints of True V #846EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.7%

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 30.84%
G = 25.7%
B = 43.46%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#846EBA (or 0x846EBA) is known color: True V. HEX triplet: 84, 6E and BA. RGB value is (132,110,186). Sum of RGB (Red+Green+Blue) = 132+110+186=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #846EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EBA is #7B9145. Grayscale: #7C7C7C. Windows color (decimal): -8098118 or 12217988. OLE color: 12217988.

HSL color Cylindrical-coordinate representation of color #846EBA: hue angle of 257.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #846EBA is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 110 186 -
CMYK 0.29 0.41 0 0.27
HSL 257.37º 0.36% 0.58% -
HSV(B) 257.37º 0.41% 0.73% -
XYZ 23.95 19.6 48.98 -
YUV 125.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 132 110 186 0.29 0.41 0 0.27 257.37 0.36 0.58
Hex 84 6E BA 1D 29 0 1B 101 24 3A
Octal 204 156 272 35 51 0 33 401 44 72
Binary 10000100 1101110 10111010 11101 101001 0 11011 100000001 100100 111010

Color Harmonies of #846EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846EBA

Black with #846EBA

Text Example


Text Example

White with #846EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,110,186); }

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

background-color css

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

 a { background-color: rgb(132,110,186); }

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

border-color css

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

 span { border-color: rgb(132,110,186); }

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