Html Css Color HEX #655CEA Medium Slate Blue

📋 copy color: '#655CEA'

red 101 ◦ green 92 ◦ blue 234

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

Shades of Medium Slate Blue #655CEA

Tints of Medium Slate Blue #655CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.8%

R = 23.65%
G = 21.55%
B = 54.8%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#655CEA (or 0x655CEA) is known color: Medium Slate Blue. HEX triplet: 65, 5C and EA. RGB value is (101,92,234). Sum of RGB (Red+Green+Blue) = 101+92+234=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #655CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655CEA is #9AA315. Grayscale: #6E6E6E. Windows color (decimal): -10134294 or 15359077. OLE color: 15359077.

HSL color Cylindrical-coordinate representation of color #655CEA: hue angle of 243.8º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #655CEA is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 92 234 -
CMYK 0.57 0.61 0 0.08
HSL 243.8º 0.77% 0.64% -
HSV(B) 243.8º 0.61% 0.92% -
XYZ 24.05 16.36 79.73 -
YUV 110.88 197.48 120.95 -
System Red Green Blue C M Y K H S L
Decimal 101 92 234 0.57 0.61 0 0.08 243.8 0.77 0.64
Hex 65 5C EA 39 3D 0 8 F4 4D 40
Octal 145 134 352 71 75 0 10 364 115 100
Binary 1100101 1011100 11101010 111001 111101 0 1000 11110100 1001101 1000000

Color Harmonies of #655CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655CEA

Black with #655CEA

Text Example


Text Example

White with #655CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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