Html Css Color HEX #655EFC Medium Slate Blue

📋 copy color: '#655EFC'

red 101 ◦ green 94 ◦ blue 252

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

Shades of Medium Slate Blue #655EFC

Tints of Medium Slate Blue #655EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.03%

 BLUE value IS 252 (98.83% from 255) = 56.38%

R = 22.6%
G = 21.03%
B = 56.38%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#655EFC (or 0x655EFC) is known color: Medium Slate Blue. HEX triplet: 65, 5E and FC. RGB value is (101,94,252). Sum of RGB (Red+Green+Blue) = 101+94+252=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #655EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655EFC is #9AA103. Grayscale: #717171. Windows color (decimal): -10133764 or 16539237. OLE color: 16539237.

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

Color convert

RGB 101 94 252 -
CMYK 0.60 0.63 0 0.01
HSL 242.66º 0.96% 0.68% -
HSV(B) 242.66º 0.63% 0.99% -
XYZ 26.94 17.8 94.11 -
YUV 114.11 205.82 118.65 -
System Red Green Blue C M Y K H S L
Decimal 101 94 252 0.60 0.63 0 0.01 242.66 0.96 0.68
Hex 65 5E FC 3C 3F 0 1 F3 60 44
Octal 145 136 374 74 77 0 1 363 140 104
Binary 1100101 1011110 11111100 111100 111111 0 1 11110011 1100000 1000100

Color Harmonies of #655EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655EFC

Black with #655EFC

Text Example


Text Example

White with #655EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,94,252); }

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

background-color css

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

 a { background-color: rgb(101,94,252); }

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

border-color css

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

 span { border-color: rgb(101,94,252); }

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