Html Css Color HEX #826FC1 Moody Blue

📋 copy color: '#826FC1'

red 130 ◦ green 111 ◦ blue 193

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

Shades of Moody Blue #826FC1

Tints of Moody Blue #826FC1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.58%

 BLUE value IS 193 (75.78% from 255) = 44.47%

R = 29.95%
G = 25.58%
B = 44.47%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#826FC1 (or 0x826FC1) is known color: Moody Blue. HEX triplet: 82, 6F and C1. RGB value is (130,111,193). Sum of RGB (Red+Green+Blue) = 130+111+193=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #826FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FC1 is #7D903E. Grayscale: #7D7D7D. Windows color (decimal): -8228927 or 12676994. OLE color: 12676994.

HSL color Cylindrical-coordinate representation of color #826FC1: hue angle of 253.9º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #826FC1 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 111 193 -
CMYK 0.33 0.42 0 0.24
HSL 253.9º 0.4% 0.6% -
HSV(B) 253.9º 0.42% 0.76% -
XYZ 24.52 19.96 53.01 -
YUV 126.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 130 111 193 0.33 0.42 0 0.24 253.9 0.4 0.6
Hex 82 6F C1 21 2A 0 18 FE 28 3C
Octal 202 157 301 41 52 0 30 376 50 74
Binary 10000010 1101111 11000001 100001 101010 0 11000 11111110 101000 111100

Color Harmonies of #826FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FC1

Black with #826FC1

Text Example


Text Example

White with #826FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826FC1; }

 p { color: rgb(130,111,193); }

 H1.HeaderClassName
 {
   color: #826FC1;
 }
 .AnyTagClassName
 {
   color: #826FC1;
 }
</style>

background-color css

<style>
 a { background-color: #826FC1; }

 a { background-color: rgb(130,111,193); }

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

border-color css

<style>
 span { border-color: #826FC1; }

 span { border-color: rgb(130,111,193); }

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