Html Css Color HEX #8383DA Moody Blue

📋 copy color: '#8383DA'

red 131 ◦ green 131 ◦ blue 218

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

Shades of Moody Blue #8383DA

Tints of Moody Blue #8383DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 27.29%
G = 27.29%
B = 45.42%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8383DA (or 0x8383DA) is known color: Moody Blue. HEX triplet: 83, 83 and DA. RGB value is (131,131,218). Sum of RGB (Red+Green+Blue) = 131+131+218=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #8383DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8383DA is #7C7C25. Grayscale: #8C8C8C. Windows color (decimal): -8158246 or 14320515. OLE color: 14320515.

HSL color Cylindrical-coordinate representation of color #8383DA: hue angle of 240º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8383DA is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 131 218 -
CMYK 0.40 0.40 0 0.15
HSL 240º 0.54% 0.68% -
HSV(B) 240º 0.4% 0.85% -
XYZ 30.13 26.12 69.78 -
YUV 140.92 171.5 120.93 -
System Red Green Blue C M Y K H S L
Decimal 131 131 218 0.40 0.40 0 0.15 240 0.54 0.68
Hex 83 83 DA 28 28 0 F F0 36 44
Octal 203 203 332 50 50 0 17 360 66 104
Binary 10000011 10000011 11011010 101000 101000 0 1111 11110000 110110 1000100

Color Harmonies of #8383DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8383DA

Black with #8383DA

Text Example


Text Example

White with #8383DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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