Html Css Color HEX #8C83CC Moody Blue

📋 copy color: '#8C83CC'

red 140 ◦ green 131 ◦ blue 204

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

Shades of Moody Blue #8C83CC

Tints of Moody Blue #8C83CC

RGB

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

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

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

R = 29.47%
G = 27.58%
B = 42.95%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C83CC (or 0x8C83CC) is known color: Moody Blue. HEX triplet: 8C, 83 and CC. RGB value is (140,131,204). Sum of RGB (Red+Green+Blue) = 140+131+204=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C83CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83CC is #737C33. Grayscale: #8D8D8D. Windows color (decimal): -7568436 or 13403020. OLE color: 13403020.

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

Color convert

RGB 140 131 204 -
CMYK 0.31 0.36 0 0.2
HSL 247.4º 0.42% 0.66% -
HSV(B) 247.4º 0.36% 0.8% -
XYZ 29.83 26.17 60.61 -
YUV 142.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 140 131 204 0.31 0.36 0 0.2 247.4 0.42 0.66
Hex 8C 83 CC 1F 24 0 14 F7 2A 42
Octal 214 203 314 37 44 0 24 367 52 102
Binary 10001100 10000011 11001100 11111 100100 0 10100 11110111 101010 1000010

Color Harmonies of #8C83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C83CC

Black with #8C83CC

Text Example


Text Example

White with #8C83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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