Html Css Color HEX #8583BB Moody Blue

📋 copy color: '#8583BB'

red 133 ◦ green 131 ◦ blue 187

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

Shades of Moody Blue #8583BB

Tints of Moody Blue #8583BB

RGB

 RED value IS 133 (52.34% from 255) = 29.49%

 GREEN value IS 131 (51.56% from 255) = 29.05%

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 29.49%
G = 29.05%
B = 41.46%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8583BB (or 0x8583BB) is known color: Moody Blue. HEX triplet: 85, 83 and BB. RGB value is (133,131,187). Sum of RGB (Red+Green+Blue) = 133+131+187=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #8583BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8583BB is #7A7C44. Grayscale: #898989. Windows color (decimal): -8027205 or 12288901. OLE color: 12288901.

HSL color Cylindrical-coordinate representation of color #8583BB: hue angle of 242.14º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8583BB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 131 187 -
CMYK 0.29 0.30 0 0.27
HSL 242.14º 0.29% 0.62% -
HSV(B) 242.14º 0.3% 0.73% -
XYZ 26.76 24.81 50.39 -
YUV 137.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 133 131 187 0.29 0.30 0 0.27 242.14 0.29 0.62
Hex 85 83 BB 1D 1E 0 1B F2 1D 3E
Octal 205 203 273 35 36 0 33 362 35 76
Binary 10000101 10000011 10111011 11101 11110 0 11011 11110010 11101 111110

Color Harmonies of #8583BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8583BB

Black with #8583BB

Text Example


Text Example

White with #8583BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8583BB; }

 p { color: rgb(133,131,187); }

 H1.HeaderClassName
 {
   color: #8583BB;
 }
 .AnyTagClassName
 {
   color: #8583BB;
 }
</style>

background-color css

<style>
 a { background-color: #8583BB; }

 a { background-color: rgb(133,131,187); }

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

border-color css

<style>
 span { border-color: #8583BB; }

 span { border-color: rgb(133,131,187); }

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