Html Css Color HEX #817BCF Moody Blue

📋 copy color: '#817BCF'

red 129 ◦ green 123 ◦ blue 207

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

Shades of Moody Blue #817BCF

Tints of Moody Blue #817BCF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.8%

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 28.1%
G = 26.8%
B = 45.1%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#817BCF (or 0x817BCF) is known color: Moody Blue. HEX triplet: 81, 7B and CF. RGB value is (129,123,207). Sum of RGB (Red+Green+Blue) = 129+123+207=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #817BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BCF is #7E8430. Grayscale: #868686. Windows color (decimal): -8291377 or 13597569. OLE color: 13597569.

HSL color Cylindrical-coordinate representation of color #817BCF: hue angle of 244.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #817BCF is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 123 207 -
CMYK 0.38 0.41 0 0.19
HSL 244.29º 0.47% 0.65% -
HSV(B) 244.29º 0.41% 0.81% -
XYZ 27.4 23.34 62.09 -
YUV 134.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 129 123 207 0.38 0.41 0 0.19 244.29 0.47 0.65
Hex 81 7B CF 26 29 0 13 F4 2F 41
Octal 201 173 317 46 51 0 23 364 57 101
Binary 10000001 1111011 11001111 100110 101001 0 10011 11110100 101111 1000001

Color Harmonies of #817BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817BCF

Black with #817BCF

Text Example


Text Example

White with #817BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,123,207); }

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

background-color css

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

 a { background-color: rgb(129,123,207); }

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

border-color css

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

 span { border-color: rgb(129,123,207); }

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