Html Css Color HEX #655DEC Medium Slate Blue

📋 copy color: '#655DEC'

red 101 ◦ green 93 ◦ blue 236

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

Shades of Medium Slate Blue #655DEC

Tints of Medium Slate Blue #655DEC

RGB

 RED value IS 101 (39.84% from 255) = 23.49%

 GREEN value IS 93 (36.72% from 255) = 21.63%

 BLUE value IS 236 (92.58% from 255) = 54.88%

R = 23.49%
G = 21.63%
B = 54.88%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#655DEC (or 0x655DEC) is known color: Medium Slate Blue. HEX triplet: 65, 5D and EC. RGB value is (101,93,236). Sum of RGB (Red+Green+Blue) = 101+93+236=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #655DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655DEC is #9AA213. Grayscale: #6F6F6F. Windows color (decimal): -10134036 or 15490405. OLE color: 15490405.

HSL color Cylindrical-coordinate representation of color #655DEC: hue angle of 243.36º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #655DEC is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 93 236 -
CMYK 0.57 0.61 0 0.07
HSL 243.36º 0.79% 0.65% -
HSV(B) 243.36º 0.61% 0.93% -
XYZ 24.42 16.65 81.28 -
YUV 111.69 198.15 120.37 -
System Red Green Blue C M Y K H S L
Decimal 101 93 236 0.57 0.61 0 0.07 243.36 0.79 0.65
Hex 65 5D EC 39 3D 0 7 F3 4F 41
Octal 145 135 354 71 75 0 7 363 117 101
Binary 1100101 1011101 11101100 111001 111101 0 111 11110011 1001111 1000001

Color Harmonies of #655DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DEC

Black with #655DEC

Text Example


Text Example

White with #655DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655DEC; }

 p { color: rgb(101,93,236); }

 H1.HeaderClassName
 {
   color: #655DEC;
 }
 .AnyTagClassName
 {
   color: #655DEC;
 }
</style>

background-color css

<style>
 a { background-color: #655DEC; }

 a { background-color: rgb(101,93,236); }

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

border-color css

<style>
 span { border-color: #655DEC; }

 span { border-color: rgb(101,93,236); }

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