Html Css Color HEX #655BF1 Medium Slate Blue

📋 copy color: '#655BF1'

red 101 ◦ green 91 ◦ blue 241

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

Shades of Medium Slate Blue #655BF1

Tints of Medium Slate Blue #655BF1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.02%

 BLUE value IS 241 (94.53% from 255) = 55.66%

R = 23.33%
G = 21.02%
B = 55.66%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#655BF1 (or 0x655BF1) is known color: Medium Slate Blue. HEX triplet: 65, 5B and F1. RGB value is (101,91,241). Sum of RGB (Red+Green+Blue) = 101+91+241=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #655BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655BF1 is #9AA40E. Grayscale: #6E6E6E. Windows color (decimal): -10134543 or 15817573. OLE color: 15817573.

HSL color Cylindrical-coordinate representation of color #655BF1: hue angle of 244º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #655BF1 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 91 241 -
CMYK 0.58 0.62 0 0.05
HSL 244º 0.84% 0.65% -
HSV(B) 244º 0.62% 0.95% -
XYZ 24.99 16.6 85.11 -
YUV 111.09 201.31 120.8 -
System Red Green Blue C M Y K H S L
Decimal 101 91 241 0.58 0.62 0 0.05 244 0.84 0.65
Hex 65 5B F1 3A 3E 0 5 F4 54 41
Octal 145 133 361 72 76 0 5 364 124 101
Binary 1100101 1011011 11110001 111010 111110 0 101 11110100 1010100 1000001

Color Harmonies of #655BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BF1

Black with #655BF1

Text Example


Text Example

White with #655BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,91,241); }

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

background-color css

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

 a { background-color: rgb(101,91,241); }

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

border-color css

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

 span { border-color: rgb(101,91,241); }

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