Html Css Color HEX #655DEF Medium Slate Blue

📋 copy color: '#655DEF'

red 101 ◦ green 93 ◦ blue 239

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

Shades of Medium Slate Blue #655DEF

Tints of Medium Slate Blue #655DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.2%

R = 23.33%
G = 21.48%
B = 55.2%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#655DEF (or 0x655DEF) is known color: Medium Slate Blue. HEX triplet: 65, 5D and EF. RGB value is (101,93,239). Sum of RGB (Red+Green+Blue) = 101+93+239=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #655DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655DEF is #9AA210. Grayscale: #6F6F6F. Windows color (decimal): -10134033 or 15687013. OLE color: 15687013.

HSL color Cylindrical-coordinate representation of color #655DEF: hue angle of 243.29º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #655DEF is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 93 239 -
CMYK 0.58 0.61 0 0.06
HSL 243.29º 0.82% 0.65% -
HSV(B) 243.29º 0.61% 0.94% -
XYZ 24.86 16.83 83.6 -
YUV 112.04 199.65 120.13 -
System Red Green Blue C M Y K H S L
Decimal 101 93 239 0.58 0.61 0 0.06 243.29 0.82 0.65
Hex 65 5D EF 3A 3D 0 6 F3 52 41
Octal 145 135 357 72 75 0 6 363 122 101
Binary 1100101 1011101 11101111 111010 111101 0 110 11110011 1010010 1000001

Color Harmonies of #655DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DEF

Black with #655DEF

Text Example


Text Example

White with #655DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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