Html Css Color HEX #827CDA Moody Blue

📋 copy color: '#827CDA'

red 130 ◦ green 124 ◦ blue 218

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

Shades of Moody Blue #827CDA

Tints of Moody Blue #827CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 27.54%
G = 26.27%
B = 46.19%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#827CDA (or 0x827CDA) is known color: Moody Blue. HEX triplet: 82, 7C and DA. RGB value is (130,124,218). Sum of RGB (Red+Green+Blue) = 130+124+218=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #827CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CDA is #7D8325. Grayscale: #888888. Windows color (decimal): -8225574 or 14318722. OLE color: 14318722.

HSL color Cylindrical-coordinate representation of color #827CDA: hue angle of 243.83º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #827CDA is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 124 218 -
CMYK 0.40 0.43 0 0.15
HSL 243.83º 0.56% 0.67% -
HSV(B) 243.83º 0.43% 0.85% -
XYZ 29.07 24.22 69.47 -
YUV 136.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 130 124 218 0.40 0.43 0 0.15 243.83 0.56 0.67
Hex 82 7C DA 28 2B 0 F F4 38 43
Octal 202 174 332 50 53 0 17 364 70 103
Binary 10000010 1111100 11011010 101000 101011 0 1111 11110100 111000 1000011

Color Harmonies of #827CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CDA

Black with #827CDA

Text Example


Text Example

White with #827CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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