Html Css Color HEX #827DDB Moody Blue

📋 copy color: '#827DDB'

red 130 ◦ green 125 ◦ blue 219

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

Shades of Moody Blue #827DDB

Tints of Moody Blue #827DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.37%

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 27.43%
G = 26.37%
B = 46.2%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#827DDB (or 0x827DDB) is known color: Moody Blue. HEX triplet: 82, 7D and DB. RGB value is (130,125,219). Sum of RGB (Red+Green+Blue) = 130+125+219=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #827DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DDB is #7D8224. Grayscale: #888888. Windows color (decimal): -8225317 or 14384514. OLE color: 14384514.

HSL color Cylindrical-coordinate representation of color #827DDB: hue angle of 243.19º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #827DDB is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 125 219 -
CMYK 0.41 0.43 0 0.14
HSL 243.19º 0.57% 0.67% -
HSV(B) 243.19º 0.43% 0.86% -
XYZ 29.33 24.53 70.21 -
YUV 137.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 130 125 219 0.41 0.43 0 0.14 243.19 0.57 0.67
Hex 82 7D DB 29 2B 0 E F3 39 43
Octal 202 175 333 51 53 0 16 363 71 103
Binary 10000010 1111101 11011011 101001 101011 0 1110 11110011 111001 1000011

Color Harmonies of #827DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DDB

Black with #827DDB

Text Example


Text Example

White with #827DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,125,219); }

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

background-color css

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

 a { background-color: rgb(130,125,219); }

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

border-color css

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

 span { border-color: rgb(130,125,219); }

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