Html Css Color HEX #817CDB Moody Blue

📋 copy color: '#817CDB'

red 129 ◦ green 124 ◦ blue 219

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

Shades of Moody Blue #817CDB

Tints of Moody Blue #817CDB

RGB

 RED value IS 129 (50.78% from 255) = 27.33%

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

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

R = 27.33%
G = 26.27%
B = 46.4%

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

#817CDB (or 0x817CDB) is known color: Moody Blue. HEX triplet: 81, 7C and DB. RGB value is (129,124,219). Sum of RGB (Red+Green+Blue) = 129+124+219=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 124 (48.83% from 255 or 26.27% 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 #817CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817CDB is #7E8324. Grayscale: #878787. Windows color (decimal): -8291109 or 14384257. OLE color: 14384257.

HSL color Cylindrical-coordinate representation of color #817CDB: hue angle of 243.16º 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 #817CDB is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 124 219 -
CMYK 0.41 0.43 0 0.14
HSL 243.16º 0.57% 0.67% -
HSV(B) 243.16º 0.43% 0.86% -
XYZ 29.05 24.2 70.16 -
YUV 136.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 129 124 219 0.41 0.43 0 0.14 243.16 0.57 0.67
Hex 81 7C DB 29 2B 0 E F3 39 43
Octal 201 174 333 51 53 0 16 363 71 103
Binary 10000001 1111100 11011011 101001 101011 0 1110 11110011 111001 1000011

Color Harmonies of #817CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817CDB

Black with #817CDB

Text Example


Text Example

White with #817CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817CDB; }

 p { color: rgb(129,124,219); }

 H1.HeaderClassName
 {
   color: #817CDB;
 }
 .AnyTagClassName
 {
   color: #817CDB;
 }
</style>

background-color css

<style>
 a { background-color: #817CDB; }

 a { background-color: rgb(129,124,219); }

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

border-color css

<style>
 span { border-color: #817CDB; }

 span { border-color: rgb(129,124,219); }

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