Html Css Color HEX #8C83CD Moody Blue

📋 copy color: '#8C83CD'

red 140 ◦ green 131 ◦ blue 205

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

Shades of Moody Blue #8C83CD

Tints of Moody Blue #8C83CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 29.41%
G = 27.52%
B = 43.07%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C83CD (or 0x8C83CD) is known color: Moody Blue. HEX triplet: 8C, 83 and CD. RGB value is (140,131,205). Sum of RGB (Red+Green+Blue) = 140+131+205=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C83CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83CD is #737C32. Grayscale: #8D8D8D. Windows color (decimal): -7568435 or 13468556. OLE color: 13468556.

HSL color Cylindrical-coordinate representation of color #8C83CD: hue angle of 247.3º degrees, saturation: 0.43, 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 #8C83CD is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 131 205 -
CMYK 0.32 0.36 0 0.20
HSL 247.3º 0.43% 0.66% -
HSV(B) 247.3º 0.36% 0.8% -
XYZ 29.95 26.22 61.24 -
YUV 142.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 140 131 205 0.32 0.36 0 0.20 247.3 0.43 0.66
Hex 8C 83 CD 20 24 0 14 F7 2B 42
Octal 214 203 315 40 44 0 24 367 53 102
Binary 10001100 10000011 11001101 100000 100100 0 10100 11110111 101011 1000010

Color Harmonies of #8C83CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C83CD

Black with #8C83CD

Text Example


Text Example

White with #8C83CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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