Html Css Color HEX #817DCE Moody Blue

📋 copy color: '#817DCE'

red 129 ◦ green 125 ◦ blue 206

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

Shades of Moody Blue #817DCE

Tints of Moody Blue #817DCE

RGB

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

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

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

R = 28.04%
G = 27.17%
B = 44.78%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#817DCE (or 0x817DCE) is known color: Moody Blue. HEX triplet: 81, 7D and CE. RGB value is (129,125,206). Sum of RGB (Red+Green+Blue) = 129+125+206=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #817DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DCE is #7E8231. Grayscale: #878787. Windows color (decimal): -8290866 or 13532545. OLE color: 13532545.

HSL color Cylindrical-coordinate representation of color #817DCE: hue angle of 242.96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #817DCE is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 125 206 -
CMYK 0.37 0.39 0 0.19
HSL 242.96º 0.45% 0.65% -
HSV(B) 242.96º 0.39% 0.81% -
XYZ 27.53 23.79 61.53 -
YUV 135.43 167.83 123.41 -
System Red Green Blue C M Y K H S L
Decimal 129 125 206 0.37 0.39 0 0.19 242.96 0.45 0.65
Hex 81 7D CE 25 27 0 13 F3 2D 41
Octal 201 175 316 45 47 0 23 363 55 101
Binary 10000001 1111101 11001110 100101 100111 0 10011 11110011 101101 1000001

Color Harmonies of #817DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817DCE

Black with #817DCE

Text Example


Text Example

White with #817DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,125,206); }

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

background-color css

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

 a { background-color: rgb(129,125,206); }

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

border-color css

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

 span { border-color: rgb(129,125,206); }

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