Html Css Color HEX #826BCC Moody Blue

📋 copy color: '#826BCC'

red 130 ◦ green 107 ◦ blue 204

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

Shades of Moody Blue #826BCC

Tints of Moody Blue #826BCC

RGB

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

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

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

R = 29.48%
G = 24.26%
B = 46.26%

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

#826BCC (or 0x826BCC) is known color: Moody Blue. HEX triplet: 82, 6B and CC. RGB value is (130,107,204). Sum of RGB (Red+Green+Blue) = 130+107+204=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #826BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BCC is #7D9433. Grayscale: #7C7C7C. Windows color (decimal): -8229940 or 13396866. OLE color: 13396866.

HSL color Cylindrical-coordinate representation of color #826BCC: hue angle of 254.23º 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 #826BCC is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 107 204 -
CMYK 0.36 0.48 0 0.2
HSL 254.23º 0.49% 0.61% -
HSV(B) 254.23º 0.48% 0.8% -
XYZ 25.36 19.62 59.58 -
YUV 124.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 130 107 204 0.36 0.48 0 0.2 254.23 0.49 0.61
Hex 82 6B CC 24 30 0 14 FE 31 3D
Octal 202 153 314 44 60 0 24 376 61 75
Binary 10000010 1101011 11001100 100100 110000 0 10100 11111110 110001 111101

Color Harmonies of #826BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826BCC

Black with #826BCC

Text Example


Text Example

White with #826BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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