Html Css Color HEX #8C83CF Moody Blue

📋 copy color: '#8C83CF'

red 140 ◦ green 131 ◦ blue 207

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

Shades of Moody Blue #8C83CF

Tints of Moody Blue #8C83CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 29.29%
G = 27.41%
B = 43.31%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C83CF (or 0x8C83CF) is known color: Moody Blue. HEX triplet: 8C, 83 and CF. RGB value is (140,131,207). Sum of RGB (Red+Green+Blue) = 140+131+207=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C83CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83CF is #737C30. Grayscale: #8E8E8E. Windows color (decimal): -7568433 or 13599628. OLE color: 13599628.

HSL color Cylindrical-coordinate representation of color #8C83CF: hue angle of 247.11º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C83CF is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 131 207 -
CMYK 0.32 0.37 0 0.19
HSL 247.11º 0.44% 0.66% -
HSV(B) 247.11º 0.37% 0.81% -
XYZ 30.19 26.31 62.52 -
YUV 142.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 140 131 207 0.32 0.37 0 0.19 247.11 0.44 0.66
Hex 8C 83 CF 20 25 0 13 F7 2C 42
Octal 214 203 317 40 45 0 23 367 54 102
Binary 10001100 10000011 11001111 100000 100101 0 10011 11110111 101100 1000010

Color Harmonies of #8C83CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C83CF

Black with #8C83CF

Text Example


Text Example

White with #8C83CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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