Html Css Color HEX #655FFD Medium Slate Blue

📋 copy color: '#655FFD'

red 101 ◦ green 95 ◦ blue 253

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

Shades of Medium Slate Blue #655FFD

Tints of Medium Slate Blue #655FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.35%

R = 22.49%
G = 21.16%
B = 56.35%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#655FFD (or 0x655FFD) is known color: Medium Slate Blue. HEX triplet: 65, 5F and FD. RGB value is (101,95,253). Sum of RGB (Red+Green+Blue) = 101+95+253=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #655FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655FFD is #9AA002. Grayscale: #727272. Windows color (decimal): -10133507 or 16605029. OLE color: 16605029.

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

Color convert

RGB 101 95 253 -
CMYK 0.60 0.62 0 0.01
HSL 242.28º 0.98% 0.68% -
HSV(B) 242.28º 0.62% 0.99% -
XYZ 27.19 18.04 94.98 -
YUV 114.81 205.99 118.15 -
System Red Green Blue C M Y K H S L
Decimal 101 95 253 0.60 0.62 0 0.01 242.28 0.98 0.68
Hex 65 5F FD 3C 3E 0 1 F2 62 44
Octal 145 137 375 74 76 0 1 362 142 104
Binary 1100101 1011111 11111101 111100 111110 0 1 11110010 1100010 1000100

Color Harmonies of #655FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FFD

Black with #655FFD

Text Example


Text Example

White with #655FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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