Html Css Color HEX #817FCA Moody Blue

📋 copy color: '#817FCA'

red 129 ◦ green 127 ◦ blue 202

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

Shades of Moody Blue #817FCA

Tints of Moody Blue #817FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 28.17%
G = 27.73%
B = 44.1%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#817FCA (or 0x817FCA) is known color: Moody Blue. HEX triplet: 81, 7F and CA. RGB value is (129,127,202). Sum of RGB (Red+Green+Blue) = 129+127+202=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #817FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FCA is #7E8035. Grayscale: #878787. Windows color (decimal): -8290358 or 13270913. OLE color: 13270913.

HSL color Cylindrical-coordinate representation of color #817FCA: hue angle of 241.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #817FCA is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 127 202 -
CMYK 0.36 0.37 0 0.21
HSL 241.6º 0.41% 0.65% -
HSV(B) 241.6º 0.37% 0.79% -
XYZ 27.3 24.11 59.09 -
YUV 136.15 165.16 122.9 -
System Red Green Blue C M Y K H S L
Decimal 129 127 202 0.36 0.37 0 0.21 241.6 0.41 0.65
Hex 81 7F CA 24 25 0 15 F2 29 41
Octal 201 177 312 44 45 0 25 362 51 101
Binary 10000001 1111111 11001010 100100 100101 0 10101 11110010 101001 1000001

Color Harmonies of #817FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FCA

Black with #817FCA

Text Example


Text Example

White with #817FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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