Html Css Color HEX #826DCB Moody Blue

📋 copy color: '#826DCB'

red 130 ◦ green 109 ◦ blue 203

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

Shades of Moody Blue #826DCB

Tints of Moody Blue #826DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.66%

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 29.41%
G = 24.66%
B = 45.93%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#826DCB (or 0x826DCB) is known color: Moody Blue. HEX triplet: 82, 6D and CB. RGB value is (130,109,203). Sum of RGB (Red+Green+Blue) = 130+109+203=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #826DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DCB is #7D9234. Grayscale: #7D7D7D. Windows color (decimal): -8229429 or 13331842. OLE color: 13331842.

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

Color convert

RGB 130 109 203 -
CMYK 0.36 0.46 0 0.20
HSL 253.4º 0.47% 0.61% -
HSV(B) 253.4º 0.46% 0.8% -
XYZ 25.45 19.99 59.02 -
YUV 126 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 130 109 203 0.36 0.46 0 0.20 253.4 0.47 0.61
Hex 82 6D CB 24 2E 0 14 FD 2F 3D
Octal 202 155 313 44 56 0 24 375 57 75
Binary 10000010 1101101 11001011 100100 101110 0 10100 11111101 101111 111101

Color Harmonies of #826DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DCB

Black with #826DCB

Text Example


Text Example

White with #826DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,109,203); }

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

background-color css

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

 a { background-color: rgb(130,109,203); }

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

border-color css

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

 span { border-color: rgb(130,109,203); }

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