Html Css Color HEX #836BCC True V

📋 copy color: '#836BCC'

red 131 ◦ green 107 ◦ blue 204

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

Shades of True V #836BCC

Tints of True V #836BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 29.64%
G = 24.21%
B = 46.15%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#836BCC (or 0x836BCC) is known color: True V. HEX triplet: 83, 6B and CC. RGB value is (131,107,204). Sum of RGB (Red+Green+Blue) = 131+107+204=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #836BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BCC is #7C9433. Grayscale: #7C7C7C. Windows color (decimal): -8164404 or 13396867. OLE color: 13396867.

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

Color convert

RGB 131 107 204 -
CMYK 0.36 0.48 0 0.2
HSL 254.85º 0.49% 0.61% -
HSV(B) 254.85º 0.48% 0.8% -
XYZ 25.52 19.7 59.58 -
YUV 125.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 131 107 204 0.36 0.48 0 0.2 254.85 0.49 0.61
Hex 83 6B CC 24 30 0 14 FF 31 3D
Octal 203 153 314 44 60 0 24 377 61 75
Binary 10000011 1101011 11001100 100100 110000 0 10100 11111111 110001 111101

Color Harmonies of #836BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BCC

Black with #836BCC

Text Example


Text Example

White with #836BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #836BCC;
 }
 .AnyTagClassName
 {
   color: #836BCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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