Html Css Color HEX #655CFA Medium Slate Blue

📋 copy color: '#655CFA'

red 101 ◦ green 92 ◦ blue 250

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

Shades of Medium Slate Blue #655CFA

Tints of Medium Slate Blue #655CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.77%

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

R = 22.8%
G = 20.77%
B = 56.43%

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

#655CFA (or 0x655CFA) is known color: Medium Slate Blue. HEX triplet: 65, 5C and FA. RGB value is (101,92,250). Sum of RGB (Red+Green+Blue) = 101+92+250=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #655CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655CFA is #9AA305. Grayscale: #707070. Windows color (decimal): -10134278 or 16407653. OLE color: 16407653.

HSL color Cylindrical-coordinate representation of color #655CFA: hue angle of 243.42º degrees, saturation: 0.94, 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 #655CFA is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 92 250 -
CMYK 0.60 0.63 0 0.02
HSL 243.42º 0.94% 0.67% -
HSV(B) 243.42º 0.63% 0.98% -
XYZ 26.45 17.32 92.39 -
YUV 112.7 205.48 119.65 -
System Red Green Blue C M Y K H S L
Decimal 101 92 250 0.60 0.63 0 0.02 243.42 0.94 0.67
Hex 65 5C FA 3C 3F 0 2 F3 5E 43
Octal 145 134 372 74 77 0 2 363 136 103
Binary 1100101 1011100 11111010 111100 111111 0 10 11110011 1011110 1000011

Color Harmonies of #655CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655CFA

Black with #655CFA

Text Example


Text Example

White with #655CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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