Html Css Color HEX #8C85C3 Moody Blue

📋 copy color: '#8C85C3'

red 140 ◦ green 133 ◦ blue 195

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

Shades of Moody Blue #8C85C3

Tints of Moody Blue #8C85C3

RGB

 RED value IS 140 (55.08% from 255) = 29.91%

 GREEN value IS 133 (52.34% from 255) = 28.42%

 BLUE value IS 195 (76.56% from 255) = 41.67%

R = 29.91%
G = 28.42%
B = 41.67%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8C85C3 (or 0x8C85C3) is known color: Moody Blue. HEX triplet: 8C, 85 and C3. RGB value is (140,133,195). Sum of RGB (Red+Green+Blue) = 140+133+195=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #8C85C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85C3 is #737A3C. Grayscale: #8D8D8D. Windows color (decimal): -7567933 or 12813708. OLE color: 12813708.

HSL color Cylindrical-coordinate representation of color #8C85C3: hue angle of 246.77º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C85C3 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 133 195 -
CMYK 0.28 0.32 0 0.24
HSL 246.77º 0.34% 0.64% -
HSV(B) 246.77º 0.32% 0.76% -
XYZ 29.05 26.29 55.17 -
YUV 142.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 140 133 195 0.28 0.32 0 0.24 246.77 0.34 0.64
Hex 8C 85 C3 1C 20 0 18 F7 22 40
Octal 214 205 303 34 40 0 30 367 42 100
Binary 10001100 10000101 11000011 11100 100000 0 11000 11110111 100010 1000000

Color Harmonies of #8C85C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C85C3

Black with #8C85C3

Text Example


Text Example

White with #8C85C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C85C3; }

 p { color: rgb(140,133,195); }

 H1.HeaderClassName
 {
   color: #8C85C3;
 }
 .AnyTagClassName
 {
   color: #8C85C3;
 }
</style>

background-color css

<style>
 a { background-color: #8C85C3; }

 a { background-color: rgb(140,133,195); }

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

border-color css

<style>
 span { border-color: #8C85C3; }

 span { border-color: rgb(140,133,195); }

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