Html Css Color HEX #817CDA Moody Blue

📋 copy color: '#817CDA'

red 129 ◦ green 124 ◦ blue 218

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

Shades of Moody Blue #817CDA

Tints of Moody Blue #817CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.33%

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 27.39%
G = 26.33%
B = 46.28%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#817CDA (or 0x817CDA) is known color: Moody Blue. HEX triplet: 81, 7C and DA. RGB value is (129,124,218). Sum of RGB (Red+Green+Blue) = 129+124+218=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #817CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817CDA is #7E8325. Grayscale: #878787. Windows color (decimal): -8291110 or 14318721. OLE color: 14318721.

HSL color Cylindrical-coordinate representation of color #817CDA: hue angle of 243.19º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #817CDA is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 124 218 -
CMYK 0.41 0.43 0 0.15
HSL 243.19º 0.56% 0.67% -
HSV(B) 243.19º 0.43% 0.85% -
XYZ 28.92 24.14 69.47 -
YUV 136.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 129 124 218 0.41 0.43 0 0.15 243.19 0.56 0.67
Hex 81 7C DA 29 2B 0 F F3 38 43
Octal 201 174 332 51 53 0 17 363 70 103
Binary 10000001 1111100 11011010 101001 101011 0 1111 11110011 111000 1000011

Color Harmonies of #817CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817CDA

Black with #817CDA

Text Example


Text Example

White with #817CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,124,218); }

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

background-color css

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

 a { background-color: rgb(129,124,218); }

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

border-color css

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

 span { border-color: rgb(129,124,218); }

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