Html Css Color HEX #817ECE Moody Blue

📋 copy color: '#817ECE'

red 129 ◦ green 126 ◦ blue 206

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

Shades of Moody Blue #817ECE

Tints of Moody Blue #817ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.33%

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

R = 27.98%
G = 27.33%
B = 44.69%

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

#817ECE (or 0x817ECE) is known color: Moody Blue. HEX triplet: 81, 7E and CE. RGB value is (129,126,206). Sum of RGB (Red+Green+Blue) = 129+126+206=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #817ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ECE is #7E8131. Grayscale: #878787. Windows color (decimal): -8290610 or 13532801. OLE color: 13532801.

HSL color Cylindrical-coordinate representation of color #817ECE: hue angle of 242.25º 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 #817ECE is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 126 206 -
CMYK 0.37 0.39 0 0.19
HSL 242.25º 0.45% 0.65% -
HSV(B) 242.25º 0.39% 0.81% -
XYZ 27.65 24.05 61.58 -
YUV 136.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 129 126 206 0.37 0.39 0 0.19 242.25 0.45 0.65
Hex 81 7E CE 25 27 0 13 F2 2D 41
Octal 201 176 316 45 47 0 23 362 55 101
Binary 10000001 1111110 11001110 100101 100111 0 10011 11110010 101101 1000001

Color Harmonies of #817ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817ECE

Black with #817ECE

Text Example


Text Example

White with #817ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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