Html Css Color HEX #8386CB Moody Blue

📋 copy color: '#8386CB'

red 131 ◦ green 134 ◦ blue 203

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

Shades of Moody Blue #8386CB

Tints of Moody Blue #8386CB

RGB

 RED value IS 131 (51.56% from 255) = 27.99%

 GREEN value IS 134 (52.73% from 255) = 28.63%

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 27.99%
G = 28.63%
B = 43.38%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8386CB (or 0x8386CB) is known color: Moody Blue. HEX triplet: 83, 86 and CB. RGB value is (131,134,203). Sum of RGB (Red+Green+Blue) = 131+134+203=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #8386CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386CB is #7C7934. Grayscale: #8C8C8C. Windows color (decimal): -8157493 or 13338243. OLE color: 13338243.

HSL color Cylindrical-coordinate representation of color #8386CB: hue angle of 237.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8386CB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 134 203 -
CMYK 0.35 0.34 0 0.20
HSL 237.5º 0.41% 0.65% -
HSV(B) 237.5º 0.35% 0.8% -
XYZ 28.66 26.19 60.04 -
YUV 140.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 131 134 203 0.35 0.34 0 0.20 237.5 0.41 0.65
Hex 83 86 CB 23 22 0 14 EE 29 41
Octal 203 206 313 43 42 0 24 356 51 101
Binary 10000011 10000110 11001011 100011 100010 0 10100 11101110 101001 1000001

Color Harmonies of #8386CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8386CB

Black with #8386CB

Text Example


Text Example

White with #8386CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8386CB; }

 p { color: rgb(131,134,203); }

 H1.HeaderClassName
 {
   color: #8386CB;
 }
 .AnyTagClassName
 {
   color: #8386CB;
 }
</style>

background-color css

<style>
 a { background-color: #8386CB; }

 a { background-color: rgb(131,134,203); }

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

border-color css

<style>
 span { border-color: #8386CB; }

 span { border-color: rgb(131,134,203); }

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