Html Css Color HEX #8585C3 Moody Blue

📋 copy color: '#8585C3'

red 133 ◦ green 133 ◦ blue 195

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

Shades of Moody Blue #8585C3

Tints of Moody Blue #8585C3

RGB

 RED value IS 133 (52.34% from 255) = 28.85%

 GREEN value IS 133 (52.34% from 255) = 28.85%

 BLUE value IS 195 (76.56% from 255) = 42.3%

R = 28.85%
G = 28.85%
B = 42.3%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8585C3 (or 0x8585C3) is known color: Moody Blue. HEX triplet: 85, 85 and C3. RGB value is (133,133,195). Sum of RGB (Red+Green+Blue) = 133+133+195=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 195 - color contains mainly: blue. Hex color #8585C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585C3 is #7A7A3C. Grayscale: #8B8B8B. Windows color (decimal): -8026685 or 12813701. OLE color: 12813701.

HSL color Cylindrical-coordinate representation of color #8585C3: hue angle of 240º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8585C3 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 133 195 -
CMYK 0.32 0.32 0 0.24
HSL 240º 0.34% 0.64% -
HSV(B) 240º 0.32% 0.76% -
XYZ 27.91 25.7 55.12 -
YUV 140.07 159 122.96 -
System Red Green Blue C M Y K H S L
Decimal 133 133 195 0.32 0.32 0 0.24 240 0.34 0.64
Hex 85 85 C3 20 20 0 18 F0 22 40
Octal 205 205 303 40 40 0 30 360 42 100
Binary 10000101 10000101 11000011 100000 100000 0 11000 11110000 100010 1000000

Color Harmonies of #8585C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8585C3

Black with #8585C3

Text Example


Text Example

White with #8585C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8585C3; }

 p { color: rgb(133,133,195); }

 H1.HeaderClassName
 {
   color: #8585C3;
 }
 .AnyTagClassName
 {
   color: #8585C3;
 }
</style>

background-color css

<style>
 a { background-color: #8585C3; }

 a { background-color: rgb(133,133,195); }

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

border-color css

<style>
 span { border-color: #8585C3; }

 span { border-color: rgb(133,133,195); }

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