Html Css Color HEX #655EFA Medium Slate Blue

📋 copy color: '#655EFA'

red 101 ◦ green 94 ◦ blue 250

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

Shades of Medium Slate Blue #655EFA

Tints of Medium Slate Blue #655EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 22.7%
G = 21.12%
B = 56.18%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#655EFA (or 0x655EFA) is known color: Medium Slate Blue. HEX triplet: 65, 5E and FA. RGB value is (101,94,250). Sum of RGB (Red+Green+Blue) = 101+94+250=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #655EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655EFA is #9AA105. Grayscale: #717171. Windows color (decimal): -10133766 or 16408165. OLE color: 16408165.

HSL color Cylindrical-coordinate representation of color #655EFA: hue angle of 242.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #655EFA is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 94 250 -
CMYK 0.60 0.62 0 0.02
HSL 242.69º 0.94% 0.67% -
HSV(B) 242.69º 0.62% 0.98% -
XYZ 26.62 17.67 92.45 -
YUV 113.88 204.82 118.82 -
System Red Green Blue C M Y K H S L
Decimal 101 94 250 0.60 0.62 0 0.02 242.69 0.94 0.67
Hex 65 5E FA 3C 3E 0 2 F3 5E 43
Octal 145 136 372 74 76 0 2 363 136 103
Binary 1100101 1011110 11111010 111100 111110 0 10 11110011 1011110 1000011

Color Harmonies of #655EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655EFA

Black with #655EFA

Text Example


Text Example

White with #655EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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