Html Css Color HEX #8384BB Moody Blue

📋 copy color: '#8384BB'

red 131 ◦ green 132 ◦ blue 187

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

Shades of Moody Blue #8384BB

Tints of Moody Blue #8384BB

RGB

 RED value IS 131 (51.56% from 255) = 29.11%

 GREEN value IS 132 (51.95% from 255) = 29.33%

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

R = 29.11%
G = 29.33%
B = 41.56%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8384BB (or 0x8384BB) is known color: Moody Blue. HEX triplet: 83, 84 and BB. RGB value is (131,132,187). Sum of RGB (Red+Green+Blue) = 131+132+187=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #8384BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384BB is #7C7B44. Grayscale: #898989. Windows color (decimal): -8158021 or 12289155. OLE color: 12289155.

HSL color Cylindrical-coordinate representation of color #8384BB: hue angle of 238.93º 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 #8384BB is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 132 187 -
CMYK 0.30 0.29 0 0.27
HSL 238.93º 0.29% 0.62% -
HSV(B) 238.93º 0.3% 0.73% -
XYZ 26.58 24.92 50.42 -
YUV 137.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 131 132 187 0.30 0.29 0 0.27 238.93 0.29 0.62
Hex 83 84 BB 1E 1D 0 1B EF 1D 3E
Octal 203 204 273 36 35 0 33 357 35 76
Binary 10000011 10000100 10111011 11110 11101 0 11011 11101111 11101 111110

Color Harmonies of #8384BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8384BB

Black with #8384BB

Text Example


Text Example

White with #8384BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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