#836BCE

Color #836BCE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #836BCE

Tints of True V #836BCE

Color information

#836BCE (or 0x836BCE) is unknown color: approx True V. HEX triplet: 83, 6B and CE. RGB value is (131,107,206). Sum of RGB (Red+Green+Blue) = 131+107+206=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #836BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BCE is #7C9431. Grayscale: #7D7D7D. Windows color (decimal): -8164402 or 13527939. OLE color: 13527939.

HSL color Cylindrical-coordinate representation of color #836BCE: hue angle of 254.55º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #836BCE is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB131107206-
CMYK0.360.4800.19
HSL254.55º50.25%61.37%-
HSV(B)254.55º48.06%80.78%-
XYZ25.7619.860.86-
YUV125.46173.45131.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.50%
GREEN value IS 107 (42.19% from 255) = 24.10%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=29.50%
G=24.10%
B=46.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1311072060.360.4800.19254.5550.2561.37
Hex836BCE2430013ff323d
Octal20315331644600233776275
Binary1000001111010111100111010010011000001001111111111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836BCE; }

 p { color: rgb(131,107,206); }

 H1.HeaderClassName
 {
   color: #836BCE;
 }
 .AnyTagClassName
 {
   color: #836BCE;
 }
</style>
background-color css

<style>
 a { background-color: #836BCE; }

 a { background-color: rgb(131,107,206); }

 div.DivClassName
 {
   background-color: #836BCE;
 }
 .BgClassName
 {
   background-color: #836BCE;
 }
</style>
border-color css

<style>
 span { border-color: #836BCE; }

 span { border-color: rgb(131,107,206); }

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