Html Css Color HEX #827BCE Moody Blue

📋 copy color: '#827BCE'

red 130 ◦ green 123 ◦ blue 206

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

Shades of Moody Blue #827BCE

Tints of Moody Blue #827BCE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.8%

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 28.32%
G = 26.8%
B = 44.88%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#827BCE (or 0x827BCE) is known color: Moody Blue. HEX triplet: 82, 7B and CE. RGB value is (130,123,206). Sum of RGB (Red+Green+Blue) = 130+123+206=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #827BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BCE is #7D8431. Grayscale: #868686. Windows color (decimal): -8225842 or 13532034. OLE color: 13532034.

HSL color Cylindrical-coordinate representation of color #827BCE: hue angle of 245.06º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #827BCE is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 123 206 -
CMYK 0.37 0.40 0 0.19
HSL 245.06º 0.46% 0.65% -
HSV(B) 245.06º 0.4% 0.81% -
XYZ 27.43 23.37 61.46 -
YUV 134.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 130 123 206 0.37 0.40 0 0.19 245.06 0.46 0.65
Hex 82 7B CE 25 28 0 13 F5 2E 41
Octal 202 173 316 45 50 0 23 365 56 101
Binary 10000010 1111011 11001110 100101 101000 0 10011 11110101 101110 1000001

Color Harmonies of #827BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BCE

Black with #827BCE

Text Example


Text Example

White with #827BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,123,206); }

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

background-color css

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

 a { background-color: rgb(130,123,206); }

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

border-color css

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

 span { border-color: rgb(130,123,206); }

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