Html Css Color HEX #827CCA Moody Blue

📋 copy color: '#827CCA'

red 130 ◦ green 124 ◦ blue 202

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

Shades of Moody Blue #827CCA

Tints of Moody Blue #827CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.19%

 BLUE value IS 202 (79.3% from 255) = 44.3%

R = 28.51%
G = 27.19%
B = 44.3%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#827CCA (or 0x827CCA) is known color: Moody Blue. HEX triplet: 82, 7C and CA. RGB value is (130,124,202). Sum of RGB (Red+Green+Blue) = 130+124+202=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #827CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CCA is #7D8335. Grayscale: #868686. Windows color (decimal): -8225590 or 13270146. OLE color: 13270146.

HSL color Cylindrical-coordinate representation of color #827CCA: hue angle of 244.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #827CCA is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 124 202 -
CMYK 0.36 0.39 0 0.21
HSL 244.62º 0.42% 0.64% -
HSV(B) 244.62º 0.39% 0.79% -
XYZ 27.07 23.43 58.97 -
YUV 134.69 165.99 124.66 -
System Red Green Blue C M Y K H S L
Decimal 130 124 202 0.36 0.39 0 0.21 244.62 0.42 0.64
Hex 82 7C CA 24 27 0 15 F5 2A 40
Octal 202 174 312 44 47 0 25 365 52 100
Binary 10000010 1111100 11001010 100100 100111 0 10101 11110101 101010 1000000

Color Harmonies of #827CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CCA

Black with #827CCA

Text Example


Text Example

White with #827CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827CCA; }

 p { color: rgb(130,124,202); }

 H1.HeaderClassName
 {
   color: #827CCA;
 }
 .AnyTagClassName
 {
   color: #827CCA;
 }
</style>

background-color css

<style>
 a { background-color: #827CCA; }

 a { background-color: rgb(130,124,202); }

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

border-color css

<style>
 span { border-color: #827CCA; }

 span { border-color: rgb(130,124,202); }

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