Html Css Color HEX #827BDB Moody Blue

📋 copy color: '#827BDB'

red 130 ◦ green 123 ◦ blue 219

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

Shades of Moody Blue #827BDB

Tints of Moody Blue #827BDB

RGB

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

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

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

R = 27.54%
G = 26.06%
B = 46.4%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#827BDB (or 0x827BDB) is known color: Moody Blue. HEX triplet: 82, 7B and DB. RGB value is (130,123,219). Sum of RGB (Red+Green+Blue) = 130+123+219=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #827BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BDB is #7D8424. Grayscale: #878787. Windows color (decimal): -8225829 or 14384002. OLE color: 14384002.

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

Color convert

RGB 130 123 219 -
CMYK 0.41 0.44 0 0.14
HSL 244.38º 0.57% 0.67% -
HSV(B) 244.38º 0.44% 0.86% -
XYZ 29.08 24.03 70.12 -
YUV 136.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 130 123 219 0.41 0.44 0 0.14 244.38 0.57 0.67
Hex 82 7B DB 29 2C 0 E F4 39 43
Octal 202 173 333 51 54 0 16 364 71 103
Binary 10000010 1111011 11011011 101001 101100 0 1110 11110100 111001 1000011

Color Harmonies of #827BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BDB

Black with #827BDB

Text Example


Text Example

White with #827BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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