Html Css Color HEX #817CDE Moody Blue

📋 copy color: '#817CDE'

red 129 ◦ green 124 ◦ blue 222

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

Shades of Moody Blue #817CDE

Tints of Moody Blue #817CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 27.16%
G = 26.11%
B = 46.74%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#817CDE (or 0x817CDE) is known color: Moody Blue. HEX triplet: 81, 7C and DE. RGB value is (129,124,222). Sum of RGB (Red+Green+Blue) = 129+124+222=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #817CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817CDE is #7E8321. Grayscale: #888888. Windows color (decimal): -8291106 or 14580865. OLE color: 14580865.

HSL color Cylindrical-coordinate representation of color #817CDE: hue angle of 243.06º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #817CDE is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 124 222 -
CMYK 0.42 0.44 0 0.13
HSL 243.06º 0.6% 0.68% -
HSV(B) 243.06º 0.44% 0.87% -
XYZ 29.45 24.36 72.26 -
YUV 136.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 129 124 222 0.42 0.44 0 0.13 243.06 0.6 0.68
Hex 81 7C DE 2A 2C 0 D F3 3C 44
Octal 201 174 336 52 54 0 15 363 74 104
Binary 10000001 1111100 11011110 101010 101100 0 1101 11110011 111100 1000100

Color Harmonies of #817CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817CDE

Black with #817CDE

Text Example


Text Example

White with #817CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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