Html Css Color HEX #817BBC Moody Blue

📋 copy color: '#817BBC'

red 129 ◦ green 123 ◦ blue 188

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

Shades of Moody Blue #817BBC

Tints of Moody Blue #817BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 29.32%
G = 27.95%
B = 42.73%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#817BBC (or 0x817BBC) is known color: Moody Blue. HEX triplet: 81, 7B and BC. RGB value is (129,123,188). Sum of RGB (Red+Green+Blue) = 129+123+188=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #817BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BBC is #7E8443. Grayscale: #838383. Windows color (decimal): -8291396 or 12352385. OLE color: 12352385.

HSL color Cylindrical-coordinate representation of color #817BBC: hue angle of 245.54º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #817BBC is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 123 188 -
CMYK 0.31 0.35 0 0.26
HSL 245.54º 0.33% 0.61% -
HSV(B) 245.54º 0.35% 0.74% -
XYZ 25.21 22.46 50.58 -
YUV 132.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 129 123 188 0.31 0.35 0 0.26 245.54 0.33 0.61
Hex 81 7B BC 1F 23 0 1A F6 21 3D
Octal 201 173 274 37 43 0 32 366 41 75
Binary 10000001 1111011 10111100 11111 100011 0 11010 11110110 100001 111101

Color Harmonies of #817BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817BBC

Black with #817BBC

Text Example


Text Example

White with #817BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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