Html Css Color HEX #655AF1 Medium Slate Blue

📋 copy color: '#655AF1'

red 101 ◦ green 90 ◦ blue 241

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

Shades of Medium Slate Blue #655AF1

Tints of Medium Slate Blue #655AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.83%

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

R = 23.38%
G = 20.83%
B = 55.79%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#655AF1 (or 0x655AF1) is known color: Medium Slate Blue. HEX triplet: 65, 5A and F1. RGB value is (101,90,241). Sum of RGB (Red+Green+Blue) = 101+90+241=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #655AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655AF1 is #9AA50E. Grayscale: #6D6D6D. Windows color (decimal): -10134799 or 15817317. OLE color: 15817317.

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

Color convert

RGB 101 90 241 -
CMYK 0.58 0.63 0 0.05
HSL 244.37º 0.84% 0.65% -
HSV(B) 244.37º 0.63% 0.95% -
XYZ 24.9 16.43 85.08 -
YUV 110.5 201.64 121.22 -
System Red Green Blue C M Y K H S L
Decimal 101 90 241 0.58 0.63 0 0.05 244.37 0.84 0.65
Hex 65 5A F1 3A 3F 0 5 F4 54 41
Octal 145 132 361 72 77 0 5 364 124 101
Binary 1100101 1011010 11110001 111010 111111 0 101 11110100 1010100 1000001

Color Harmonies of #655AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655AF1

Black with #655AF1

Text Example


Text Example

White with #655AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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