Html Css Color HEX #655DFB Medium Slate Blue

📋 copy color: '#655DFB'

red 101 ◦ green 93 ◦ blue 251

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

Shades of Medium Slate Blue #655DFB

Tints of Medium Slate Blue #655DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.9%

 BLUE value IS 251 (98.44% from 255) = 56.4%

R = 22.7%
G = 20.9%
B = 56.4%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#655DFB (or 0x655DFB) is known color: Medium Slate Blue. HEX triplet: 65, 5D and FB. RGB value is (101,93,251). Sum of RGB (Red+Green+Blue) = 101+93+251=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #655DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655DFB is #9AA204. Grayscale: #707070. Windows color (decimal): -10134021 or 16473445. OLE color: 16473445.

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

Color convert

RGB 101 93 251 -
CMYK 0.60 0.63 0 0.02
HSL 243.04º 0.95% 0.67% -
HSV(B) 243.04º 0.63% 0.98% -
XYZ 26.69 17.56 93.25 -
YUV 113.4 205.65 119.15 -
System Red Green Blue C M Y K H S L
Decimal 101 93 251 0.60 0.63 0 0.02 243.04 0.95 0.67
Hex 65 5D FB 3C 3F 0 2 F3 5F 43
Octal 145 135 373 74 77 0 2 363 137 103
Binary 1100101 1011101 11111011 111100 111111 0 10 11110011 1011111 1000011

Color Harmonies of #655DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DFB

Black with #655DFB

Text Example


Text Example

White with #655DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,93,251); }

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

background-color css

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

 a { background-color: rgb(101,93,251); }

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

border-color css

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

 span { border-color: rgb(101,93,251); }

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