#8575CF

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

Shades of Moody Blue #8575CF

Tints of Moody Blue #8575CF

Color information

#8575CF (or 0x8575CF) is unknown color: approx Moody Blue. HEX triplet: 85, 75 and CF. RGB value is (133,117,207). Sum of RGB (Red+Green+Blue) = 133+117+207=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #8575CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575CF is #7A8A30. Grayscale: #838383. Windows color (decimal): -8030769 or 13596037. OLE color: 13596037.

HSL color Cylindrical-coordinate representation of color #8575CF: hue angle of 250.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8575CF is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133117207-
CMYK0.360.4300.19
HSL250.67º48.39%63.53%-
HSV(B)250.67º43.48%81.18%-
XYZ27.322.2161.88-
YUV132.04170.3128.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.10%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 207 (81.25% from 255) = 45.30%
R=29.10%
G=25.60%
B=45.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331172070.360.4300.19250.6748.3963.53
Hex8575CF242B013fb3040
Octal205165317445302337360100
Binary10000101111010111001111100100101011010011111110111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8575CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8575CF; }

 p { color: rgb(133,117,207); }

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

<style>
 a { background-color: #8575CF; }

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

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

<style>
 span { border-color: #8575CF; }

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

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