Html Css Color HEX #825BC7 True V

📋 copy color: '#825BC7'

red 130 ◦ green 91 ◦ blue 199

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

Shades of True V #825BC7

Tints of True V #825BC7

RGB

 RED value IS 130 (51.17% from 255) = 30.95%

 GREEN value IS 91 (35.94% from 255) = 21.67%

 BLUE value IS 199 (78.13% from 255) = 47.38%

R = 30.95%
G = 21.67%
B = 47.38%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#825BC7 (or 0x825BC7) is known color: True V. HEX triplet: 82, 5B and C7. RGB value is (130,91,199). Sum of RGB (Red+Green+Blue) = 130+91+199=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #825BC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BC7 is #7DA438. Grayscale: #727272. Windows color (decimal): -8234041 or 13065090. OLE color: 13065090.

HSL color Cylindrical-coordinate representation of color #825BC7: hue angle of 261.67º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #825BC7 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 91 199 -
CMYK 0.35 0.54 0 0.22
HSL 261.67º 0.49% 0.57% -
HSV(B) 261.67º 0.54% 0.78% -
XYZ 23.26 16.35 55.96 -
YUV 114.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 130 91 199 0.35 0.54 0 0.22 261.67 0.49 0.57
Hex 82 5B C7 23 36 0 16 106 31 39
Octal 202 133 307 43 66 0 26 406 61 71
Binary 10000010 1011011 11000111 100011 110110 0 10110 100000110 110001 111001

Color Harmonies of #825BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BC7

Black with #825BC7

Text Example


Text Example

White with #825BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825BC7; }

 p { color: rgb(130,91,199); }

 H1.HeaderClassName
 {
   color: #825BC7;
 }
 .AnyTagClassName
 {
   color: #825BC7;
 }
</style>

background-color css

<style>
 a { background-color: #825BC7; }

 a { background-color: rgb(130,91,199); }

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

border-color css

<style>
 span { border-color: #825BC7; }

 span { border-color: rgb(130,91,199); }

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