Html Css Color HEX #655FF8 Medium Slate Blue

📋 copy color: '#655FF8'

red 101 ◦ green 95 ◦ blue 248

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

Shades of Medium Slate Blue #655FF8

Tints of Medium Slate Blue #655FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 55.86%

R = 22.75%
G = 21.4%
B = 55.86%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#655FF8 (or 0x655FF8) is known color: Medium Slate Blue. HEX triplet: 65, 5F and F8. RGB value is (101,95,248). Sum of RGB (Red+Green+Blue) = 101+95+248=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 248 (97.27% from 255 or 55.86% from 444); Max value from RGB is 248 - color contains mainly: blue. Hex color #655FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655FF8 is #9AA007. Grayscale: #717171. Windows color (decimal): -10133512 or 16277349. OLE color: 16277349.

HSL color Cylindrical-coordinate representation of color #655FF8: hue angle of 242.35º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #655FF8 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 101 95 248 -
CMYK 0.59 0.62 0 0.03
HSL 242.35º 0.92% 0.67% -
HSV(B) 242.35º 0.62% 0.97% -
XYZ 26.4 17.73 90.84 -
YUV 114.24 203.49 118.56 -
System Red Green Blue C M Y K H S L
Decimal 101 95 248 0.59 0.62 0 0.03 242.35 0.92 0.67
Hex 65 5F F8 3B 3E 0 3 F2 5C 43
Octal 145 137 370 73 76 0 3 362 134 103
Binary 1100101 1011111 11111000 111011 111110 0 11 11110010 1011100 1000011

Color Harmonies of #655FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FF8

Black with #655FF8

Text Example


Text Example

White with #655FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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