Html Css Color HEX #655FF2 Medium Slate Blue

📋 copy color: '#655FF2'

red 101 ◦ green 95 ◦ blue 242

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

Shades of Medium Slate Blue #655FF2

Tints of Medium Slate Blue #655FF2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.69%

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

R = 23.06%
G = 21.69%
B = 55.25%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#655FF2 (or 0x655FF2) is known color: Medium Slate Blue. HEX triplet: 65, 5F and F2. RGB value is (101,95,242). Sum of RGB (Red+Green+Blue) = 101+95+242=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #655FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655FF2 is #9AA00D. Grayscale: #707070. Windows color (decimal): -10133518 or 15884133. OLE color: 15884133.

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

Color convert

RGB 101 95 242 -
CMYK 0.58 0.61 0 0.05
HSL 242.45º 0.85% 0.66% -
HSV(B) 242.45º 0.61% 0.95% -
XYZ 25.49 17.36 86.01 -
YUV 113.55 200.49 119.05 -
System Red Green Blue C M Y K H S L
Decimal 101 95 242 0.58 0.61 0 0.05 242.45 0.85 0.66
Hex 65 5F F2 3A 3D 0 5 F2 55 42
Octal 145 137 362 72 75 0 5 362 125 102
Binary 1100101 1011111 11110010 111010 111101 0 101 11110010 1010101 1000010

Color Harmonies of #655FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FF2

Black with #655FF2

Text Example


Text Example

White with #655FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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