Html Css Color HEX #655BF2 Medium Slate Blue

📋 copy color: '#655BF2'

red 101 ◦ green 91 ◦ blue 242

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

Shades of Medium Slate Blue #655BF2

Tints of Medium Slate Blue #655BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.76%

R = 23.27%
G = 20.97%
B = 55.76%

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

#655BF2 (or 0x655BF2) is known color: Medium Slate Blue. HEX triplet: 65, 5B and F2. RGB value is (101,91,242). Sum of RGB (Red+Green+Blue) = 101+91+242=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #655BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655BF2 is #9AA40D. Grayscale: #6E6E6E. Windows color (decimal): -10134542 or 15883109. OLE color: 15883109.

HSL color Cylindrical-coordinate representation of color #655BF2: hue angle of 243.97º degrees, saturation: 0.85, 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 #655BF2 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 91 242 -
CMYK 0.58 0.62 0 0.05
HSL 243.97º 0.85% 0.65% -
HSV(B) 243.97º 0.62% 0.95% -
XYZ 25.13 16.66 85.9 -
YUV 111.2 201.81 120.72 -
System Red Green Blue C M Y K H S L
Decimal 101 91 242 0.58 0.62 0 0.05 243.97 0.85 0.65
Hex 65 5B F2 3A 3E 0 5 F4 55 41
Octal 145 133 362 72 76 0 5 364 125 101
Binary 1100101 1011011 11110010 111010 111110 0 101 11110100 1010101 1000001

Color Harmonies of #655BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BF2

Black with #655BF2

Text Example


Text Example

White with #655BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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