Html Css Color HEX #816ECB Moody Blue

📋 copy color: '#816ECB'

red 129 ◦ green 110 ◦ blue 203

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

Shades of Moody Blue #816ECB

Tints of Moody Blue #816ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.89%

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 29.19%
G = 24.89%
B = 45.93%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#816ECB (or 0x816ECB) is known color: Moody Blue. HEX triplet: 81, 6E and CB. RGB value is (129,110,203). Sum of RGB (Red+Green+Blue) = 129+110+203=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #816ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ECB is #7E9134. Grayscale: #7D7D7D. Windows color (decimal): -8294709 or 13332097. OLE color: 13332097.

HSL color Cylindrical-coordinate representation of color #816ECB: hue angle of 252.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #816ECB is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 110 203 -
CMYK 0.36 0.46 0 0.20
HSL 252.26º 0.47% 0.61% -
HSV(B) 252.26º 0.46% 0.8% -
XYZ 25.41 20.13 59.05 -
YUV 126.28 171.29 129.94 -
System Red Green Blue C M Y K H S L
Decimal 129 110 203 0.36 0.46 0 0.20 252.26 0.47 0.61
Hex 81 6E CB 24 2E 0 14 FC 2F 3D
Octal 201 156 313 44 56 0 24 374 57 75
Binary 10000001 1101110 11001011 100100 101110 0 10100 11111100 101111 111101

Color Harmonies of #816ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816ECB

Black with #816ECB

Text Example


Text Example

White with #816ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816ECB; }

 p { color: rgb(129,110,203); }

 H1.HeaderClassName
 {
   color: #816ECB;
 }
 .AnyTagClassName
 {
   color: #816ECB;
 }
</style>

background-color css

<style>
 a { background-color: #816ECB; }

 a { background-color: rgb(129,110,203); }

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

border-color css

<style>
 span { border-color: #816ECB; }

 span { border-color: rgb(129,110,203); }

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