Html Css Color HEX #856CCD True V

📋 copy color: '#856CCD'

red 133 ◦ green 108 ◦ blue 205

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

Shades of True V #856CCD

Tints of True V #856CCD

RGB

 RED value IS 133 (52.34% from 255) = 29.82%

 GREEN value IS 108 (42.58% from 255) = 24.22%

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 29.82%
G = 24.22%
B = 45.96%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#856CCD (or 0x856CCD) is known color: True V. HEX triplet: 85, 6C and CD. RGB value is (133,108,205). Sum of RGB (Red+Green+Blue) = 133+108+205=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #856CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CCD is #7A9332. Grayscale: #7E7E7E. Windows color (decimal): -8033075 or 13462661. OLE color: 13462661.

HSL color Cylindrical-coordinate representation of color #856CCD: hue angle of 255.46º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856CCD is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 108 205 -
CMYK 0.35 0.47 0 0.20
HSL 255.46º 0.49% 0.61% -
HSV(B) 255.46º 0.47% 0.8% -
XYZ 26.05 20.12 60.27 -
YUV 126.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 133 108 205 0.35 0.47 0 0.20 255.46 0.49 0.61
Hex 85 6C CD 23 2F 0 14 FF 31 3D
Octal 205 154 315 43 57 0 24 377 61 75
Binary 10000101 1101100 11001101 100011 101111 0 10100 11111111 110001 111101

Color Harmonies of #856CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CCD

Black with #856CCD

Text Example


Text Example

White with #856CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856CCD; }

 p { color: rgb(133,108,205); }

 H1.HeaderClassName
 {
   color: #856CCD;
 }
 .AnyTagClassName
 {
   color: #856CCD;
 }
</style>

background-color css

<style>
 a { background-color: #856CCD; }

 a { background-color: rgb(133,108,205); }

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

border-color css

<style>
 span { border-color: #856CCD; }

 span { border-color: rgb(133,108,205); }

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