Html Css Color HEX #655BED Medium Slate Blue

📋 copy color: '#655BED'

red 101 ◦ green 91 ◦ blue 237

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

Shades of Medium Slate Blue #655BED

Tints of Medium Slate Blue #655BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.21%

 BLUE value IS 237 (92.97% from 255) = 55.24%

R = 23.54%
G = 21.21%
B = 55.24%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#655BED (or 0x655BED) is known color: Medium Slate Blue. HEX triplet: 65, 5B and ED. RGB value is (101,91,237). Sum of RGB (Red+Green+Blue) = 101+91+237=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #655BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655BED is #9AA412. Grayscale: #6E6E6E. Windows color (decimal): -10134547 or 15555429. OLE color: 15555429.

HSL color Cylindrical-coordinate representation of color #655BED: hue angle of 244.11º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #655BED is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 91 237 -
CMYK 0.57 0.62 0 0.07
HSL 244.11º 0.8% 0.64% -
HSV(B) 244.11º 0.62% 0.93% -
XYZ 24.39 16.36 81.99 -
YUV 110.63 199.31 121.13 -
System Red Green Blue C M Y K H S L
Decimal 101 91 237 0.57 0.62 0 0.07 244.11 0.8 0.64
Hex 65 5B ED 39 3E 0 7 F4 50 40
Octal 145 133 355 71 76 0 7 364 120 100
Binary 1100101 1011011 11101101 111001 111110 0 111 11110100 1010000 1000000

Color Harmonies of #655BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BED

Black with #655BED

Text Example


Text Example

White with #655BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,91,237); }

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

background-color css

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

 a { background-color: rgb(101,91,237); }

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

border-color css

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

 span { border-color: rgb(101,91,237); }

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