#8683CA

Color #8683CA Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8683CA

Tints of Moody Blue #8683CA

Color information

#8683CA (or 0x8683CA) is unknown color: approx Moody Blue. HEX triplet: 86, 83 and CA. RGB value is (134,131,202). Sum of RGB (Red+Green+Blue) = 134+131+202=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #8683CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8683CA is #797C35. Grayscale: #8B8B8B. Windows color (decimal): -7961654 or 13271942. OLE color: 13271942.

HSL color Cylindrical-coordinate representation of color #8683CA: hue angle of 242.54º 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 #8683CA is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134131202-
CMYK0.340.3500.21
HSL242.54º40.11%65.29%-
HSV(B)242.54º35.15%79.22%-
XYZ28.6125.5759.3-
YUV139.99162.99123.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.69%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=28.69%
G=28.05%
B=43.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341312020.340.3500.21242.5440.1165.29
Hex8683CA2223015f32841
Octal206203312424302536350101
Binary100001101000001111001010100010100011010101111100111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8683CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8683CA; }

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

 H1.HeaderClassName
 {
   color: #8683CA;
 }
 .AnyTagClassName
 {
   color: #8683CA;
 }
</style>
background-color css

<style>
 a { background-color: #8683CA; }

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

 div.DivClassName
 {
   background-color: #8683CA;
 }
 .BgClassName
 {
   background-color: #8683CA;
 }
</style>
border-color css

<style>
 span { border-color: #8683CA; }

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

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