Html Css Color HEX #8383BB Moody Blue

📋 copy color: '#8383BB'

red 131 ◦ green 131 ◦ blue 187

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

Shades of Moody Blue #8383BB

Tints of Moody Blue #8383BB

RGB

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

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

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

R = 29.18%
G = 29.18%
B = 41.65%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8383BB (or 0x8383BB) is known color: Moody Blue. HEX triplet: 83, 83 and BB. RGB value is (131,131,187). Sum of RGB (Red+Green+Blue) = 131+131+187=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #8383BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8383BB is #7C7C44. Grayscale: #898989. Windows color (decimal): -8158277 or 12288899. OLE color: 12288899.

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

Color convert

RGB 131 131 187 -
CMYK 0.30 0.30 0 0.27
HSL 240º 0.29% 0.62% -
HSV(B) 240º 0.3% 0.73% -
XYZ 26.45 24.65 50.38 -
YUV 137.38 156 123.45 -
System Red Green Blue C M Y K H S L
Decimal 131 131 187 0.30 0.30 0 0.27 240 0.29 0.62
Hex 83 83 BB 1E 1E 0 1B F0 1D 3E
Octal 203 203 273 36 36 0 33 360 35 76
Binary 10000011 10000011 10111011 11110 11110 0 11011 11110000 11101 111110

Color Harmonies of #8383BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8383BB

Black with #8383BB

Text Example


Text Example

White with #8383BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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