Html Css Color HEX #8C83CA Moody Blue

📋 copy color: '#8C83CA'

red 140 ◦ green 131 ◦ blue 202

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

Shades of Moody Blue #8C83CA

Tints of Moody Blue #8C83CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 29.6%
G = 27.7%
B = 42.71%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C83CA (or 0x8C83CA) is known color: Moody Blue. HEX triplet: 8C, 83 and CA. RGB value is (140,131,202). Sum of RGB (Red+Green+Blue) = 140+131+202=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C83CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83CA is #737C35. Grayscale: #8D8D8D. Windows color (decimal): -7568438 or 13271948. OLE color: 13271948.

HSL color Cylindrical-coordinate representation of color #8C83CA: hue angle of 247.61º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C83CA is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 131 202 -
CMYK 0.31 0.35 0 0.21
HSL 247.61º 0.4% 0.65% -
HSV(B) 247.61º 0.35% 0.79% -
XYZ 29.59 26.07 59.35 -
YUV 141.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 140 131 202 0.31 0.35 0 0.21 247.61 0.4 0.65
Hex 8C 83 CA 1F 23 0 15 F8 28 41
Octal 214 203 312 37 43 0 25 370 50 101
Binary 10001100 10000011 11001010 11111 100011 0 10101 11111000 101000 1000001

Color Harmonies of #8C83CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C83CA

Black with #8C83CA

Text Example


Text Example

White with #8C83CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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