Html Css Color HEX #817ABB Moody Blue

📋 copy color: '#817ABB'

red 129 ◦ green 122 ◦ blue 187

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

Shades of Moody Blue #817ABB

Tints of Moody Blue #817ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.85%

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 29.45%
G = 27.85%
B = 42.69%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#817ABB (or 0x817ABB) is known color: Moody Blue. HEX triplet: 81, 7A and BB. RGB value is (129,122,187). Sum of RGB (Red+Green+Blue) = 129+122+187=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #817ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ABB is #7E8544. Grayscale: #838383. Windows color (decimal): -8291653 or 12286593. OLE color: 12286593.

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

Color convert

RGB 129 122 187 -
CMYK 0.31 0.35 0 0.27
HSL 246.46º 0.32% 0.61% -
HSV(B) 246.46º 0.35% 0.73% -
XYZ 24.98 22.17 49.98 -
YUV 131.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 129 122 187 0.31 0.35 0 0.27 246.46 0.32 0.61
Hex 81 7A BB 1F 23 0 1B F6 20 3D
Octal 201 172 273 37 43 0 33 366 40 75
Binary 10000001 1111010 10111011 11111 100011 0 11011 11110110 100000 111101

Color Harmonies of #817ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817ABB

Black with #817ABB

Text Example


Text Example

White with #817ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,122,187); }

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

background-color css

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

 a { background-color: rgb(129,122,187); }

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

border-color css

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

 span { border-color: rgb(129,122,187); }

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