Html Css Color HEX #817FDA Moody Blue

📋 copy color: '#817FDA'

red 129 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #817FDA

Tints of Moody Blue #817FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.79%

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

R = 27.22%
G = 26.79%
B = 45.99%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#817FDA (or 0x817FDA) is known color: Moody Blue. HEX triplet: 81, 7F and DA. RGB value is (129,127,218). Sum of RGB (Red+Green+Blue) = 129+127+218=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #817FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FDA is #7E8025. Grayscale: #898989. Windows color (decimal): -8290342 or 14319489. OLE color: 14319489.

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

Color convert

RGB 129 127 218 -
CMYK 0.41 0.42 0 0.15
HSL 241.32º 0.55% 0.68% -
HSV(B) 241.32º 0.42% 0.85% -
XYZ 29.3 24.91 69.59 -
YUV 137.97 173.16 121.6 -
System Red Green Blue C M Y K H S L
Decimal 129 127 218 0.41 0.42 0 0.15 241.32 0.55 0.68
Hex 81 7F DA 29 2A 0 F F1 37 44
Octal 201 177 332 51 52 0 17 361 67 104
Binary 10000001 1111111 11011010 101001 101010 0 1111 11110001 110111 1000100

Color Harmonies of #817FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FDA

Black with #817FDA

Text Example


Text Example

White with #817FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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