#654D9E

Color #654D9E Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #654D9E

Tints of Studio #654D9E

Color information

#654D9E (or 0x654D9E) is unknown color: approx Studio. HEX triplet: 65, 4D and 9E. RGB value is (101,77,158). Sum of RGB (Red+Green+Blue) = 101+77+158=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #654D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654D9E is #9AB261. Grayscale: #5D5D5D. Windows color (decimal): -10138210 or 10374501. OLE color: 10374501.

HSL color Cylindrical-coordinate representation of color #654D9E: hue angle of 257.78º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #654D9E is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10177158-
CMYK0.360.5100.38
HSL257.78º34.47%46.08%-
HSV(B)257.78º51.27%61.96%-
XYZ14.1910.5433.63-
YUV93.41164.45133.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.06%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=30.06%
G=22.92%
B=47.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101771580.360.5100.38257.7834.4746.08
Hex654D9E2433026102222e
Octal14511523644630464024256
Binary11001011001101100111101001001100110100110100000010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654D9E; }

 p { color: rgb(101,77,158); }

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

<style>
 a { background-color: #654D9E; }

 a { background-color: rgb(101,77,158); }

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

<style>
 span { border-color: #654D9E; }

 span { border-color: rgb(101,77,158); }

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