Html Css Color HEX #8275DB Moody Blue

📋 copy color: '#8275DB'

red 130 ◦ green 117 ◦ blue 219

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

Shades of Moody Blue #8275DB

Tints of Moody Blue #8275DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.11%

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

R = 27.9%
G = 25.11%
B = 47%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8275DB (or 0x8275DB) is known color: Moody Blue. HEX triplet: 82, 75 and DB. RGB value is (130,117,219). Sum of RGB (Red+Green+Blue) = 130+117+219=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #8275DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8275DB is #7D8A24. Grayscale: #848484. Windows color (decimal): -8227365 or 14382466. OLE color: 14382466.

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

Color convert

RGB 130 117 219 -
CMYK 0.41 0.47 0 0.14
HSL 247.65º 0.59% 0.66% -
HSV(B) 247.65º 0.47% 0.86% -
XYZ 28.35 22.58 69.88 -
YUV 132.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 130 117 219 0.41 0.47 0 0.14 247.65 0.59 0.66
Hex 82 75 DB 29 2F 0 E F8 3B 42
Octal 202 165 333 51 57 0 16 370 73 102
Binary 10000010 1110101 11011011 101001 101111 0 1110 11111000 111011 1000010

Color Harmonies of #8275DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8275DB

Black with #8275DB

Text Example


Text Example

White with #8275DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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