Html Css Color HEX #8283DB Moody Blue

📋 copy color: '#8283DB'

red 130 ◦ green 131 ◦ blue 219

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

Shades of Moody Blue #8283DB

Tints of Moody Blue #8283DB

RGB

 RED value IS 130 (51.17% from 255) = 27.08%

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 27.08%
G = 27.29%
B = 45.63%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8283DB (or 0x8283DB) is known color: Moody Blue. HEX triplet: 82, 83 and DB. RGB value is (130,131,219). Sum of RGB (Red+Green+Blue) = 130+131+219=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #8283DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8283DB is #7D7C24. Grayscale: #8C8C8C. Windows color (decimal): -8223781 or 14386050. OLE color: 14386050.

HSL color Cylindrical-coordinate representation of color #8283DB: hue angle of 239.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8283DB is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 131 219 -
CMYK 0.41 0.40 0 0.14
HSL 239.33º 0.55% 0.68% -
HSV(B) 239.33º 0.41% 0.86% -
XYZ 30.11 26.09 70.47 -
YUV 140.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 130 131 219 0.41 0.40 0 0.14 239.33 0.55 0.68
Hex 82 83 DB 29 28 0 E EF 37 44
Octal 202 203 333 51 50 0 16 357 67 104
Binary 10000010 10000011 11011011 101001 101000 0 1110 11101111 110111 1000100

Color Harmonies of #8283DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8283DB

Black with #8283DB

Text Example


Text Example

White with #8283DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8283DB; }

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

 H1.HeaderClassName
 {
   color: #8283DB;
 }
 .AnyTagClassName
 {
   color: #8283DB;
 }
</style>

background-color css

<style>
 a { background-color: #8283DB; }

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

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

border-color css

<style>
 span { border-color: #8283DB; }

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

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