Html Css Color HEX #8382CC Moody Blue

📋 copy color: '#8382CC'

red 131 ◦ green 130 ◦ blue 204

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

Shades of Moody Blue #8382CC

Tints of Moody Blue #8382CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 28.17%
G = 27.96%
B = 43.87%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8382CC (or 0x8382CC) is known color: Moody Blue. HEX triplet: 83, 82 and CC. RGB value is (131,130,204). Sum of RGB (Red+Green+Blue) = 131+130+204=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #8382CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8382CC is #7C7D33. Grayscale: #8A8A8A. Windows color (decimal): -8158516 or 13402755. OLE color: 13402755.

HSL color Cylindrical-coordinate representation of color #8382CC: hue angle of 240.81º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8382CC is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 130 204 -
CMYK 0.36 0.36 0 0.2
HSL 240.81º 0.42% 0.65% -
HSV(B) 240.81º 0.36% 0.8% -
XYZ 28.24 25.15 60.49 -
YUV 138.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 131 130 204 0.36 0.36 0 0.2 240.81 0.42 0.65
Hex 83 82 CC 24 24 0 14 F1 2A 41
Octal 203 202 314 44 44 0 24 361 52 101
Binary 10000011 10000010 11001100 100100 100100 0 10100 11110001 101010 1000001

Color Harmonies of #8382CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8382CC

Black with #8382CC

Text Example


Text Example

White with #8382CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8382CC; }

 p { color: rgb(131,130,204); }

 H1.HeaderClassName
 {
   color: #8382CC;
 }
 .AnyTagClassName
 {
   color: #8382CC;
 }
</style>

background-color css

<style>
 a { background-color: #8382CC; }

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

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

border-color css

<style>
 span { border-color: #8382CC; }

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

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