Html Css Color HEX #817EBA Moody Blue

📋 copy color: '#817EBA'

red 129 ◦ green 126 ◦ blue 186

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

Shades of Moody Blue #817EBA

Tints of Moody Blue #817EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 29.25%
G = 28.57%
B = 42.18%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#817EBA (or 0x817EBA) is known color: Moody Blue. HEX triplet: 81, 7E and BA. RGB value is (129,126,186). Sum of RGB (Red+Green+Blue) = 129+126+186=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #817EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817EBA is #7E8145. Grayscale: #858585. Windows color (decimal): -8290630 or 12222081. OLE color: 12222081.

HSL color Cylindrical-coordinate representation of color #817EBA: hue angle of 243º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #817EBA is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 126 186 -
CMYK 0.31 0.32 0 0.27
HSL 243º 0.3% 0.61% -
HSV(B) 243º 0.32% 0.73% -
XYZ 25.38 23.13 49.58 -
YUV 133.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 129 126 186 0.31 0.32 0 0.27 243 0.3 0.61
Hex 81 7E BA 1F 20 0 1B F3 1E 3D
Octal 201 176 272 37 40 0 33 363 36 75
Binary 10000001 1111110 10111010 11111 100000 0 11011 11110011 11110 111101

Color Harmonies of #817EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817EBA

Black with #817EBA

Text Example


Text Example

White with #817EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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