Html Css Color HEX #655FFE Medium Slate Blue

📋 copy color: '#655FFE'

red 101 ◦ green 95 ◦ blue 254

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

Shades of Medium Slate Blue #655FFE

Tints of Medium Slate Blue #655FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.44%

R = 22.44%
G = 21.11%
B = 56.44%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#655FFE (or 0x655FFE) is known color: Medium Slate Blue. HEX triplet: 65, 5F and FE. RGB value is (101,95,254). Sum of RGB (Red+Green+Blue) = 101+95+254=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #655FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655FFE is #9AA001. Grayscale: #727272. Windows color (decimal): -10133506 or 16670565. OLE color: 16670565.

HSL color Cylindrical-coordinate representation of color #655FFE: hue angle of 242.26º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #655FFE is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 95 254 -
CMYK 0.60 0.63 0 0.00
HSL 242.26º 0.99% 0.68% -
HSV(B) 242.26º 0.63% 1% -
XYZ 27.35 18.11 95.82 -
YUV 114.92 206.49 118.07 -
System Red Green Blue C M Y K H S L
Decimal 101 95 254 0.60 0.63 0 0.00 242.26 0.99 0.68
Hex 65 5F FE 3C 3F 0 0 F2 63 44
Octal 145 137 376 74 77 0 0 362 143 104
Binary 1100101 1011111 11111110 111100 111111 0 0 11110010 1100011 1000100

Color Harmonies of #655FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FFE

Black with #655FFE

Text Example


Text Example

White with #655FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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