Html Css Color HEX #857ADB Moody Blue

📋 copy color: '#857ADB'

red 133 ◦ green 122 ◦ blue 219

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

Shades of Moody Blue #857ADB

Tints of Moody Blue #857ADB

RGB

 RED value IS 133 (52.34% from 255) = 28.06%

 GREEN value IS 122 (48.05% from 255) = 25.74%

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

R = 28.06%
G = 25.74%
B = 46.2%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#857ADB (or 0x857ADB) is known color: Moody Blue. HEX triplet: 85, 7A and DB. RGB value is (133,122,219). Sum of RGB (Red+Green+Blue) = 133+122+219=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #857ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ADB is #7A8524. Grayscale: #878787. Windows color (decimal): -8029477 or 14383749. OLE color: 14383749.

HSL color Cylindrical-coordinate representation of color #857ADB: hue angle of 246.8º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #857ADB is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 122 219 -
CMYK 0.39 0.44 0 0.14
HSL 246.8º 0.57% 0.67% -
HSV(B) 246.8º 0.44% 0.86% -
XYZ 29.42 24.02 70.1 -
YUV 136.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 133 122 219 0.39 0.44 0 0.14 246.8 0.57 0.67
Hex 85 7A DB 27 2C 0 E F7 39 43
Octal 205 172 333 47 54 0 16 367 71 103
Binary 10000101 1111010 11011011 100111 101100 0 1110 11110111 111001 1000011

Color Harmonies of #857ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857ADB

Black with #857ADB

Text Example


Text Example

White with #857ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857ADB; }

 p { color: rgb(133,122,219); }

 H1.HeaderClassName
 {
   color: #857ADB;
 }
 .AnyTagClassName
 {
   color: #857ADB;
 }
</style>

background-color css

<style>
 a { background-color: #857ADB; }

 a { background-color: rgb(133,122,219); }

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

border-color css

<style>
 span { border-color: #857ADB; }

 span { border-color: rgb(133,122,219); }

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